Fixed include file issue in sales order entry.
[fa-stable.git] / reporting / rep114.php
index 6dda958e599bd18faf141dda90b2b8ea69556d92..55cb289911bb1a8b058da8ffafe26d808db40282 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();