by default jrn is an empty array
This commit is contained in:
parent
910c31ab7d
commit
bc57b0990d
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue