Acc_Balance : initialize members var.

This commit is contained in:
Dany wm 2024-01-20 20:47:58 +01:00
parent f8baa9b309
commit 67deb6ccfe

View file

@ -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;
}