noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 34/44: predefined operation , invalid value f


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 34/44: predefined operation , invalid value for database::setp
Date: Wed, 26 Dec 2018 04:29:56 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 7faeb862c1b3a1639672dde835769775105d0252
Author: Dany De Bontridder <address@hidden>
Date:   Mon Dec 17 18:04:44 2018 +0100

    predefined operation , invalid value for database::setp
---
 include/class/pre_op_advanced.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class/pre_op_advanced.class.php 
b/include/class/pre_op_advanced.class.php
index e743e0d..d369086 100644
--- a/include/class/pre_op_advanced.class.php
+++ b/include/class/pre_op_advanced.class.php
@@ -248,7 +248,7 @@ class Pre_Op_Advanced extends Pre_operation_detail
                 if ($poste->value != '')
                 {
                         $Poste = new Acc_Account($legder->db);
-                        $Poste->set_parameter('value', $poste->value);
+                        $Poste->set_parameter('pcm_val', $poste->value);
                         $label = $Poste->get_lib();
                 }
 



reply via email to

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