Acc_Balance : initialize members var.
This commit is contained in:
parent
f8baa9b309
commit
67deb6ccfe
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue