Commit 0158a43f authored by wansari's avatar wansari

W16IBAS007 updated source for setting item code mfg description


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@105360 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 983b2902
...@@ -1092,7 +1092,9 @@ public class IndentIC extends ValidatorEJB implements IndentICLocal, IndentICRem ...@@ -1092,7 +1092,9 @@ public class IndentIC extends ValidatorEJB implements IndentICLocal, IndentICRem
rs.close(); rs.close();
rs = null; rs = null;
} }
valueXmlString.append( "<itemmfg_desc><![CDATA[" ).append(descr).append( "]]></itemmfg_desc>\r\n" ); //Changed by wasim on 17-04-17 for setting item code mfg description
//valueXmlString.append( "<itemmfg_desc><![CDATA[" ).append(descr).append( "]]></itemmfg_desc>\r\n" );
valueXmlString.append( "<itemmfg_desc><![CDATA[" ).append(descr1).append( "]]></itemmfg_desc>\r\n" );
} }
if( currentColumn.trim().equalsIgnoreCase("item_code")) // Field found non editable. if( currentColumn.trim().equalsIgnoreCase("item_code")) // Field found non editable.
......
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