Commit d7908f13 authored by agaikwad's avatar agaikwad

Request_id-D15DSUN019

Added item change for item code column


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98400 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a1a3835e
......@@ -435,6 +435,12 @@ public class DistOrderAmdIC extends ValidatorEJB implements DistOrderAmdICLocal
System.out.println("Item code is:"+itemCode);
lineNoOrder1 = genericUtility.getColumnValue("line_no_distord",dom);
distOrder1 = genericUtility.getColumnValue("dist_order", dom1);
if(itemCode == null || itemCode.length() == 0)
{
errCode = "WORDWIICCB";
errString = getErrorString( "item_code", errCode, userId );
return errString;
}
if( lineNoOrder1 != null && lineNoOrder1.length() > 0 )
{
......
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