X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep114.php;h=302a077a0b07efde0e8da53b44ab91ad6e34f365;hb=6a4d8e6c1e92ff1b8fc5abb3fae76fb1c1968550;hp=6dda958e599bd18faf141dda90b2b8ea69556d92;hpb=52ac949d4511c7cc985913d32de440c1b33fbcf6;p=fa-stable.git diff --git a/reporting/rep114.php b/reporting/rep114.php index 6dda958e..302a077a 100644 --- a/reporting/rep114.php +++ b/reporting/rep114.php @@ -95,7 +95,7 @@ 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);