Commit 7d125a82 authored by spawar's avatar spawar

Added by Manish For DDUK Merge.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99171 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d149de77
......@@ -106,7 +106,10 @@ public class PorderDetailBean
//ddPorderWizRemote = (ibase.webitm.ejb.wms.DDPorderWizEJBRemote) ctx.lookup("ibase/DDPorderWizEJB/remote");
//details = ddPorderWizRemote.getPorderDetails(xmlData);
String xslFileName = getXSLFileName( "porderWiz1_wiz_" + this.user_lang + "_" + this.user_country + "_" + "A" + ".xsl" );
//Changed by Samadhan on 14/07/2015 D15CKAT026 for dynamic form no Start
//String xslFileName = getXSLFileName( "porderWiz1_wiz_" + this.user_lang + "_" + this.user_country + "_" + "A" + ".xsl" );
String xslFileName = getXSLFileName( "porderWiz"+formNo+"_wiz_" + this.user_lang + "_" + this.user_country + "_" + "A" + ".xsl" );
//Changed by Samadhan on 14/07/2015 D15CKAT026 dynamic form no End
retHtmlData = (ibase.webitm.utility.GenericUtility.getInstance()).transformToString( xslFileName, xmlData, CommonConstants.APPLICATION_CONTEXT + File.separator + "temp", "Output", ".html" );
}
......
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