X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep101.php;h=6ae113875c7065ffc3d940eec9ddc0d4c6ac7906;hb=b37623cf1de2cfce6825744557d76475f002321f;hp=772d33f0cc6aec6a0199746f284dec5ed74a3c25;hpb=1c67490b878ae789ad0f27d8777e520a3d914c89;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 ";