noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/03: Save_form_plan must use the array


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/03: Save_form_plan must use the array
Date: Fri, 25 Oct 2019 10:08:19 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 3c3d4c3b4b5064b6bd36cfae511c1780528fda09
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 2ac7bec..e1dcb51 100644
--- a/include/class/acc_ledger_purchase.class.php
+++ b/include/class/acc_ledger_purchase.class.php
@@ -665,7 +665,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]