Removed annoying warnings in several reports.
[fa-stable.git] / reporting / rep102.php
index e09bdefd8832544710856c9be521784d80075922..e3bf9d3ff795dd1176fc621881ba971106d175cf 100644 (file)
@@ -159,7 +159,7 @@ function print_aged_customer_analysis()
     $rep->Info($params, $cols, $headers, $aligns);
     $rep->Header();
 
-       $total = array(0,0,0,0);
+       $total = array(0,0,0,0, 0);
 
        $sql = "SELECT debtor_no, name, curr_code FROM ".TB_PREF."debtors_master ";
        if ($fromcust != reserved_words::get_all_numeric())