Commit 3c3f0dd0 authored by wansari's avatar wansari

W16FKAT002 updated Source for opening screen from standard screen


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104007 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 34242a26
...@@ -77,7 +77,8 @@ public class PorderDetailBean ...@@ -77,7 +77,8 @@ public class PorderDetailBean
{ {
defaultPath = ".." + File.separator + "webapps" + File.separator + "ibase" + File.separator + CommonConstants.ITM_CONTEXT + File.separator; defaultPath = ".." + File.separator + "webapps" + File.separator + "ibase" + File.separator + CommonConstants.ITM_CONTEXT + File.separator;
} }
File xslPath = new File( defaultPath + File.separator + "xsl" + File.separator + CommonConstants.THEME + File.separator + "WIZARD"); //File xslPath = new File( defaultPath + File.separator + "xsl" + File.separator + CommonConstants.THEME + File.separator + "WIZARD");
File xslPath = new File( defaultPath + File.separator + "xsl" + File.separator + CommonConstants.THEME + File.separator + "WIZARD" + File.separator + "Galaxy");
if ( !xslPath.exists() ) if ( !xslPath.exists() )
{ {
xslPath.mkdir(); xslPath.mkdir();
......
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