[0004212] Work Order Entry: fixed error when voided WO refence is reused.
[fa-stable.git] / reporting / rep114.php
index 6dda958e599bd18faf141dda90b2b8ea69556d92..d1cc7a36d0dcd8e1a572734263c139e4fea123bc 100644 (file)
@@ -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