by default jrn is an empty array

This commit is contained in:
Dany De Bontridder 2019-01-08 17:59:19 +01:00
parent a6df40b45b
commit 04434c26a6

View file

@ -36,10 +36,10 @@ class Acc_Balance
function __construct($p_cn)
{
$this->db=$p_cn;
$this->jrn=null;
$this->jrn=array();
$from_poste="";
$to_poste="";
$unsold=false;
$unsold=false;
}