Fix problem with total in balance export
This commit is contained in:
parent
6ee78a2a4d
commit
a6df40b45b
2 changed files with 248 additions and 254 deletions
|
|
@ -311,7 +311,7 @@ class Acc_Balance
|
|||
/* get the list of jrn of the cat. */
|
||||
|
||||
$array=Acc_Ledger::array_cat();
|
||||
$jrn=array();
|
||||
$this->jrn=array();
|
||||
for ($e=0;$e<count($array);$e++)
|
||||
{
|
||||
if ( isset($p_array[$e]))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue