Added per supplier/customer document language selection.
[fa-stable.git] / reporting / rep110.php
index ca7a27fbf676873e5f5545a93cebba63368ee62e..eed61e6ce8077efbfd86f042b9be0f5013905ebe 100644 (file)
@@ -154,14 +154,7 @@ function print_deliveries()
                $rep->row = $rep->bottomMargin + (15 * $rep->lineHeight);
                        $linetype = true;
                        $doctype=ST_CUSTDELIVERY;
-                       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");
                        if ($packing_slip == 0)
                        {
                                $rep->TextCol(3, 6, $doc_Sub_total, -2);