X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep109.php;h=a7dfbf13eb72224727af8aa2302105d6b08acb41;hb=5e63c6ace55729bbb5ee3b060035a25a4426eb0a;hp=e0c577a51e66c068acbaa77660691fe456c63914;hpb=0c1ab57c09d87eed2bd248892dbfe3f256767a82;p=fa-stable.git diff --git a/reporting/rep109.php b/reporting/rep109.php index e0c577a5..a7dfbf13 100644 --- a/reporting/rep109.php +++ b/reporting/rep109.php @@ -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