Added Account tags selection in Annual Expense Breakdown, Balanse Sheet
[fa-stable.git] / reporting / rep101.php
index 772d33f0cc6aec6a0199746f284dec5ed74a3c25..6ae113875c7065ffc3d940eec9ddc0d4c6ac7906 100644 (file)
@@ -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 ";