Commit f30fceb5 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@182760 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a2975461
...@@ -697,11 +697,12 @@ public class InvoiceAmendmentIC extends ValidatorEJB implements InvoiceAmendment ...@@ -697,11 +697,12 @@ public class InvoiceAmendmentIC extends ValidatorEJB implements InvoiceAmendment
pstmt.close(); pstmt.close();
pstmt = null; pstmt = null;
} }
else //commented by Nandkumar gadkari on 28/03/18
/*else
{ {
errList.add( "VTSHIPID" ); errList.add( "VTSHIPID" );
errFields.add( childNodeName.toLowerCase() ); errFields.add( childNodeName.toLowerCase() );
} }*/
} }
else if ( childNodeName.equalsIgnoreCase("stan_code__init") ) else if ( childNodeName.equalsIgnoreCase("stan_code__init") )
......
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