Access to system settings moved from global scope to SysPrefs.
[fa-stable.git] / reporting / rep109.php
index d01c9bdae0e865ff9a6e948b4e840859eb9590be..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");