[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 01/05: Acc_Balance : initialize members var.
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 01/05: Acc_Balance : initialize members var. |
Date: |
Sun, 28 Jan 2024 14:31:09 -0500 (EST) |
sparkyx pushed a commit to branch devel
in repository noalyss.
commit 67deb6ccfe8638647b7d503915098da695526801
Author: Dany wm <danydb@noalyss.eu>
AuthorDate: Sat Jan 20 20:47:58 2024 +0100
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;
}