Fix problem with total in balance export

This commit is contained in:
Dany De Bontridder 2019-01-08 17:53:53 +01:00
parent 6ee78a2a4d
commit a6df40b45b
2 changed files with 248 additions and 254 deletions

View file

@ -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]))