X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=reporting%2Frep111.php;h=c5bed8d12f51c738ef94014ad6163f50557b4b9d;hb=d9b4de9d7e9d3ba77f6ece752fd6cc988effd8f1;hp=e3b0ab1fcddf684a6e85cc4cc3da6d96ff4b1e15;hpb=b37623cf1de2cfce6825744557d76475f002321f;p=fa-stable.git diff --git a/reporting/rep111.php b/reporting/rep111.php index e3b0ab1f..c5bed8d1 100644 --- a/reporting/rep111.php +++ b/reporting/rep111.php @@ -124,14 +124,7 @@ function print_sales_quotations() $rep->row = $rep->bottomMargin + (15 * $rep->lineHeight); $linetype = true; $doctype = ST_SALESQUOTE; - 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);