noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 22/162: Task #448 : identical operation with


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 22/162: Task #448 : identical operation with currency
Date: Sat, 11 Jul 2020 13:23:23 -0400 (EDT)

sparkyx pushed a commit to annotated tag E-4
in repository noalyss.

commit 3ab5f054308043416fe857ab800d7ab0b0b1238a
Author: Dany De Bontridder <danydb@noalyss.eu>
AuthorDate: Thu May 10 22:47:57 2018 +0200

    Task #448 : identical operation with currency
---
 include/class/acc_ledger.class.php | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/include/class/acc_ledger.class.php 
b/include/class/acc_ledger.class.php
index 939b710..92de409 100644
--- a/include/class/acc_ledger.class.php
+++ b/include/class/acc_ledger.class.php
@@ -1738,7 +1738,7 @@ class Acc_Ledger extends jrn_def_sql
      * @brief retrieve operation from  jrn
      * @param $p_from periode (id)
      * @param $p_to periode (id)
-     * @return an array
+     * @return Anc_Plan array
      */
     function get_operation($p_from, $p_to)
     {
@@ -1759,7 +1759,7 @@ class Acc_Ledger extends jrn_def_sql
 
     /**
      * @brief return the used VAT code with a rate > 0
-     * @return an array of tva_id,tva_label,tva_poste
+     * @return Anc_Plan array of tva_id,tva_label,tva_poste
      */
     public function existing_vat()
     {
@@ -2806,6 +2806,7 @@ class Acc_Ledger extends jrn_def_sql
         // e_march
         $http=new HttpInput();
         $nb=$http->post("nb_item", "number", 0);
+        echo HtmlInput::post_to_hidden(['p_currency_rate','p_currency_code']);
         for ($i=0; $i<$nb; $i++)
         {
             echo HtmlInput::post_to_hidden(



reply via email to

[Prev in Thread] Current Thread [Next in Thread]