From 67deb6ccfe8638647b7d503915098da695526801 Mon Sep 17 00:00:00 2001 From: Dany wm Date: Sat, 20 Jan 2024 20:47:58 +0100 Subject: [PATCH] Acc_Balance : initialize members var. --- include/class/acc_balance.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/class/acc_balance.class.php b/include/class/acc_balance.class.php index aca291bb0..ade248830 100644 --- a/include/class/acc_balance.class.php +++ b/include/class/acc_balance.class.php @@ -36,9 +36,9 @@ class Acc_Balance { $this->db=$p_cn; $this->jrn=array(); - $from_poste=""; - $to_poste=""; - $unsold=false; + $this->from_poste=""; + $this->to_poste=""; + $this->unsold=false; }