X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep102.php;h=e3bf9d3ff795dd1176fc621881ba971106d175cf;hb=6918bb5a9e5505ebdeb1abd93127a68db5ece8b6;hp=e09bdefd8832544710856c9be521784d80075922;hpb=4763f9316d59363edaffd38e49655ad5ff29611d;p=fa-stable.git diff --git a/reporting/rep102.php b/reporting/rep102.php index e09bdefd..e3bf9d3f 100644 --- a/reporting/rep102.php +++ b/reporting/rep102.php @@ -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())