[0004212] Work Order Entry: fixed error when voided WO refence is reused.
[fa-stable.git] / reporting / rep114.php
index 302a077a0b07efde0e8da53b44ab91ad6e34f365..d1cc7a36d0dcd8e1a572734263c139e4fea123bc 100644 (file)
@@ -96,7 +96,7 @@ function print_sales_summary_report()
        $aligns = array('left', 'left', 'right', 'right');
     if ($orientation == 'L')
        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