X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=reporting%2Frep101.php;h=6ae113875c7065ffc3d940eec9ddc0d4c6ac7906;hb=7fae690528df9b851fba309b71bf7c3b961c9dd9;hp=772d33f0cc6aec6a0199746f284dec5ed74a3c25;hpb=8ea6c4dd0d9b31b3456d012b0c94339b801bee0c;p=fa-stable.git diff --git a/reporting/rep101.php b/reporting/rep101.php index 772d33f0..6ae11387 100644 --- a/reporting/rep101.php +++ b/reporting/rep101.php @@ -131,11 +131,9 @@ function print_customer_balances() 3 => array('text' => _('Currency'), 'from' => $currency, 'to' => '')); $rep = new FrontReport(_('Customer Balances'), "CustomerBalances", user_pagesize()); - $rep->Font(); $rep->Info($params, $cols, $headers, $aligns); - $rep->Header(); - + $rep->NewPage(); $grandtotal = array(0,0,0,0); $sql = "SELECT debtor_no, name, curr_code FROM ".TB_PREF."debtors_master ";