X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep109.php;h=acb0e2e6c2bafea4fcd3e745b75b713aa84689e4;hb=efc1a9ce400be6233323af9c193ab9460407bcf6;hp=96b972ed3d2d4e4430853af070193d5c758ddcfb;hpb=b37623cf1de2cfce6825744557d76475f002321f;p=fa-stable.git diff --git a/reporting/rep109.php b/reporting/rep109.php index 96b972ed..acb0e2e6 100644 --- a/reporting/rep109.php +++ b/reporting/rep109.php @@ -139,14 +139,7 @@ function print_sales_orders() $rep->row = $rep->bottomMargin + (15 * $rep->lineHeight); $linetype = true; $doctype = ST_SALESORDER; - if ($rep->currency != $myrow['curr_code']) - { - include($path_to_root . "/reporting/includes/doctext2.inc"); - } - else - { - include($path_to_root . "/reporting/includes/doctext.inc"); - } + include($path_to_root . "/reporting/includes/doctext.inc"); $rep->TextCol(3, 6, $doc_Sub_total, -2); $rep->TextCol(6, 7, $DisplaySubTot, -2);