X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep114.php;h=d1cc7a36d0dcd8e1a572734263c139e4fea123bc;hb=3a07ab5b09141aa056c2c628f4f9fec79f45e85b;hp=6dda958e599bd18faf141dda90b2b8ea69556d92;hpb=0489317205141deaecefe3a7243d11a3e38a51d0;p=fa-stable.git diff --git a/reporting/rep114.php b/reporting/rep114.php index 6dda958e..d1cc7a36 100644 --- a/reporting/rep114.php +++ b/reporting/rep114.php @@ -95,8 +95,8 @@ function print_sales_summary_report() $headers = array(_('Customer'), _('Tax Id'), _('Total ex. Tax'), _('Tax')); $aligns = array('left', 'left', 'right', 'right'); if ($orientation == 'L') - $rep->recalculate_cols($cols); - + recalculate_cols($cols); + $rep->Font(); $rep->Info($params, $cols, $headers, $aligns); $rep->NewPage(); @@ -167,4 +167,3 @@ function print_sales_summary_report() $rep->End(); } -?> \ No newline at end of file