noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 134/323: Bug : cannot update payment


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 134/323: Bug : cannot update payment
Date: Wed, 14 Mar 2018 17:38:38 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit f44151279263bf11b088929469c96dfebb9abeb3
Author: Dany De Bontridder <address@hidden>
Date:   Tue Feb 6 22:06:57 2018 +0100

    Bug : cannot update payment
---
 include/history_operation.inc.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/history_operation.inc.php 
b/include/history_operation.inc.php
index 72ae7c0..6fb3646 100644
--- a/include/history_operation.inc.php
+++ b/include/history_operation.inc.php
@@ -77,7 +77,8 @@ $Ledger->id = $p_jrn;
 //------------------------------
 if (isset($_GET ['paid']))
 {
-       $Ledger->update_paid($_GET);
+    $ledger_paid=new Acc_Ledger($cn,$p_jrn);
+    $ledger_paid->update_paid($_GET);
 }
 
 



reply via email to

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