noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/12: Fix Bug : accounting history was not s


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/12: Fix Bug : accounting history was not shown when dble clicked
Date: Sat, 17 Sep 2022 08:40:56 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit faa8543de27aeb279d018483c920a3ed605cf5f1
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sat Sep 10 21:35:16 2022 +0200

    Fix Bug : accounting history was not shown when dble clicked
---
 include/class/card_property.class.php         | 1 +
 unit-test/include/class/card_propertyTest.php | 6 ++----
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/include/class/card_property.class.php 
b/include/class/card_property.class.php
index 881ad3da2..ff267ee37 100644
--- a/include/class/card_property.class.php
+++ b/include/class/card_property.class.php
@@ -222,6 +222,7 @@ class Card_Property
         if ($this->ad_id==ATTR_DEF_ACCOUNT)
         {
             $w=new IPoste("av_text".$this->ad_id);
+            $w->id=uniqid('accounting');
             $w->set_attribute('ipopup', 'ipop_account');
             $w->set_attribute('jrn', '0');
             $w->set_attribute('account', "av_text".$this->ad_id);
diff --git a/unit-test/include/class/card_propertyTest.php 
b/unit-test/include/class/card_propertyTest.php
index 8c189e2c8..496047319 100644
--- a/unit-test/include/class/card_propertyTest.php
+++ b/unit-test/include/class/card_propertyTest.php
@@ -43,7 +43,7 @@ class Card_PropertyTest extends TestCase
      */
     static function setUpBeforeClass():void
     {
-        require_once 'global.php';
+
         global $g_connection;
         $g_connection=Dossier::connect();
         // clean if exists
@@ -89,7 +89,7 @@ class Card_PropertyTest extends TestCase
 
     public static function tearDownAfterClass():void
     {
-        require_once 'global.php';
+
         global $g_connection;
         $g_connection=Dossier::connect();
         // clean if exists
@@ -107,7 +107,6 @@ class Card_PropertyTest extends TestCase
 
     public function getFicheDef()
     {
-        require_once 'global.php';
 
         global $g_connection;
         $g_connection=Dossier::connect();
@@ -119,7 +118,6 @@ class Card_PropertyTest extends TestCase
 
     public function getFiche()
     {
-        require_once 'global.php';
 
         global $g_connection;
         $g_connection=Dossier::connect();



reply via email to

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