Commit 615ba5ed authored by ssurve's avatar ssurve

Issue of item in detail not exists in dist order detail validation corrected


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96178 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8ee2a642
...@@ -443,7 +443,7 @@ public class DistIssWiz extends ValidatorEJB implements DistIssWizLocal, DistIss ...@@ -443,7 +443,7 @@ public class DistIssWiz extends ValidatorEJB implements DistIssWizLocal, DistIss
rs = null; rs = null;
//if(!itemCode.equalsIgnoreCase(itemCodeH)) //if(!itemCode.equalsIgnoreCase(itemCodeH))
if(!itemCodeList.contains(itemCodeH)) if(!itemCodeList.contains(itemCode))
{ {
errCode = "DIDIICNOMA"; errCode = "DIDIICNOMA";
errString = getErrorString("item_code",errCode,userId); errString = getErrorString("item_code",errCode,userId);
......
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