noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 07/14: Fix bug in test me function


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 07/14: Fix bug in test me function
Date: Mon, 22 Aug 2022 12:21:53 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit f895d4cb0c03a689c81e4549281542a8b0a689fd
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sat Aug 20 18:19:51 2022 +0200

    Fix bug in test me function
---
 include/class/acc_ledger.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class/acc_ledger.class.php 
b/include/class/acc_ledger.class.php
index 5c1f6790c..b64a642ff 100644
--- a/include/class/acc_ledger.class.php
+++ b/include/class/acc_ledger.class.php
@@ -2322,7 +2322,7 @@ class Acc_Ledger  extends jrn_def_sql
                 echo dossier::hidden();
                 echo '<input type="hidden" value="'.$id.'" name="p_jrn">';
                 $op=new Pre_operation($cn);
-                $op->p_jrn=$id;
+                $op->set_p_jrn($id);
 
                 if ($op->count()!=0)
                 {



reply via email to

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