From faa8543de27aeb279d018483c920a3ed605cf5f1 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sat, 10 Sep 2022 21:35:16 +0200 Subject: [PATCH] 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();