Commit 1ccf804b authored by wansari's avatar wansari

W16FKAT002 updated XSL name lookup


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103885 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 74d2f5af
...@@ -63,7 +63,7 @@ public class SorderWizBean ...@@ -63,7 +63,7 @@ public class SorderWizBean
if("cust_code".equalsIgnoreCase(field) || "cust_code__bil".equalsIgnoreCase(field) || "cust_code__dlv".equalsIgnoreCase(field)) if("cust_code".equalsIgnoreCase(field) || "cust_code__bil".equalsIgnoreCase(field) || "cust_code__dlv".equalsIgnoreCase(field))
{ {
xslFileName = getXSLFileName( "customer_List_wiz_" + this.user_lang + "_" + this.user_country + ".xsl" ); xslFileName = getXSLFileName( "sorderWizCust_List_wiz_" + this.user_lang + "_" + this.user_country + ".xsl" );
} }
else else
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment