noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 232/238: Save_form_plan must use the array


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 232/238: Save_form_plan must use the array
Date: Sat, 26 Oct 2019 04:41:13 -0400 (EDT)

sparkyx pushed a commit to annotated tag rel7110
in repository noalyss.

commit bfabc6e528803f9b860d434fc916ae9aad576d99
Author: Dany De Bontridder <address@hidden>
Date:   Fri Oct 25 11:37:50 2019 +0200

    Save_form_plan must use the array
---
 include/class/acc_ledger_purchase.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class/acc_ledger_purchase.class.php 
b/include/class/acc_ledger_purchase.class.php
index 532ec9d..1c514cf 100644
--- a/include/class/acc_ledger_purchase.class.php
+++ b/include/class/acc_ledger_purchase.class.php
@@ -702,7 +702,7 @@ class  Acc_Ledger_Purchase extends Acc_Ledger
                     $op->oa_date=$e_date;
                     $op->oa_debit='t';
                     $op->oa_description=sql_string($e_comm);
-                    $op->save_form_plan($_POST,$i,$j_id);
+                    $op->save_form_plan($p_array,$i,$j_id);
                 }
                 // insert into quant_purchase
                 //-----



reply via email to

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