Commit 640996d7 authored by ngadkari's avatar ngadkari

changes in IC of indentReqIC and shipment id validation removed from code of InvoiceAmd


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@182762 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f30fceb5
......@@ -3771,8 +3771,10 @@ public class IndentReqIC extends ValidatorEJB implements IndentICLocal, IndentIC
valueXmlString.append( "<Detail2>\r\n" );
if( currentColumn.trim().equalsIgnoreCase("itm_defaultedit"))
{
valueXmlString.append( "<item_code protect = '1'><![CDATA[" ).append("").append( "]]></item_code>\r\n" );
{
//chnages by nandkumar gadkari on 28/03/18
mval = checkNullAndTrim(genericUtility.getColumnValue("item_code", currFormDataDom));
valueXmlString.append( "<item_code protect = '1'><![CDATA[" ).append(mval).append( "]]></item_code>\r\n" );
}
if( currentColumn.trim().equalsIgnoreCase("itm_default"))
......
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