X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep201.php;h=92e85c0461c9be2c144bf4eb2bbe818a3bf4d087;hb=7062b64f28edd3b162974c293cd8cff839b1a579;hp=834ca6ce0c6b30e7e41fb8ec03fe209956d27970;hpb=7a50c189ea995d5fe6785feb7710c00396065d2b;p=fa-stable.git diff --git a/reporting/rep201.php b/reporting/rep201.php index 834ca6ce..92e85c04 100644 --- a/reporting/rep201.php +++ b/reporting/rep201.php @@ -84,7 +84,7 @@ function print_supplier_balances() $rep->Header(); $total = array(); - $grandtotal = array(); + $grandtotal = array(0,0,0,0); $sql = "SELECT supplier_id, supp_name AS name, curr_code FROM ".TB_PREF."suppliers "; if ($fromsupp != reserved_words::get_all_numeric())