Access to system settings moved from global scope to SysPrefs.
[fa-stable.git] / reporting / rep109.php
index e0c577a51e66c068acbaa77660691fe456c63914..a7dfbf13eb72224727af8aa2302105d6b08acb41 100644 (file)
@@ -29,11 +29,9 @@ include_once($path_to_root . "/taxes/tax_calc.inc");
 
 print_sales_orders();
 
-$print_as_quote = 0;
-
 function print_sales_orders()
 {
-       global $path_to_root, $print_as_quote, $SysPrefs;
+       global $path_to_root, $SysPrefs;
 
        include_once($path_to_root . "/reporting/includes/pdf_report.inc");
 
@@ -225,4 +223,3 @@ function print_sales_orders()
                $rep->End();
 }
 
-?>
\ No newline at end of file