X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep202.php;h=f921d308ff0292f82a1374249ef0ad8e799f1a5a;hb=4d3a86a9286de3f4d5552ad2aa237a91df6aa689;hp=57ef0e8baaa4cd1d9620479150b0a01381d664f3;hpb=bb991dc5b071e966b39954bb53d3b0efe8420938;p=fa-stable.git diff --git a/reporting/rep202.php b/reporting/rep202.php index 57ef0e8b..f921d308 100644 --- a/reporting/rep202.php +++ b/reporting/rep202.php @@ -1,12 +1,12 @@ . ***********************************************************************/ $page_security = 'SA_SUPPLIERANALYTIC'; @@ -131,15 +131,9 @@ function print_aged_supplier_analysis() $headers[2] = _('currency'); $rep = new FrontReport(_('Aged Supplier Analysis'), "AgedSupplierAnalysis", user_pagesize()); -<<<<<<< rep202.php $rep->Font(); $rep->Info($params, $cols, $headers, $aligns); $rep->NewPage(); -======= - $rep->Font(); - $rep->Info($params, $cols, $headers, $aligns); - $rep->Header(); ->>>>>>> 1.7 $total = array(); $total[0] = $total[1] = $total[2] = $total[3] = $total[4] = 0.0;