Added per supplier/customer document language selection.
[fa-stable.git] / reporting / rep111.php
index e3b0ab1fcddf684a6e85cc4cc3da6d96ff4b1e15..c5bed8d12f51c738ef94014ad6163f50557b4b9d 100644 (file)
@@ -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);