Removed annoying warnings in several reports.
[fa-stable.git] / reporting / rep201.php
index 834ca6ce0c6b30e7e41fb8ec03fe209956d27970..92e85c0461c9be2c144bf4eb2bbe818a3bf4d087 100644 (file)
@@ -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())