noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 17/17: Bug : 840cd82f3b7f has introduced a bu


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 17/17: Bug : 840cd82f3b7f has introduced a bug when searching an accounting
Date: Mon, 31 Oct 2022 12:53:40 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 7749f97eb55b8f1cbb78136b016be32fa70fc344
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Mon Oct 31 17:10:54 2022 +0100

    Bug : 840cd82f3b7f has introduced a bug when searching an accounting
---
 include/class/card_property.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class/card_property.class.php 
b/include/class/card_property.class.php
index 2fb1f883c..5c5df1173 100644
--- a/include/class/card_property.class.php
+++ b/include/class/card_property.class.php
@@ -167,7 +167,7 @@ class Card_Property
             $result['input']->id = uniqid('accounting');
             $result['input']->set_attribute('ipopup', 'ipop_account');
             $result['input']->set_attribute('jrn', '0');
-            $result['input']->set_attribute('account', "av_text" . 
$this->ad_id);
+            $result['input']->set_attribute('account',  $result['input']->id);
             $result['input']->dbl_click_history();
             $result['input']->value = $this->av_text;
             //  account created automatically



reply via email to

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