X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep114.php;h=55cb289911bb1a8b058da8ffafe26d808db40282;hb=3b06c6c4718610a408cae2e9b76c3134ca30b84c;hp=6dda958e599bd18faf141dda90b2b8ea69556d92;hpb=0489317205141deaecefe3a7243d11a3e38a51d0;p=fa-stable.git diff --git a/reporting/rep114.php b/reporting/rep114.php index 6dda958e..55cb2899 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();