Commit 5a51513d authored by prane's avatar prane

desp_date is taken from dom1 instead of dom on lot_sl validation for NE items.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@194828 ce508802-f39f-4f6c-b175-0d175dae99d5
parent df0b907e
......@@ -2407,7 +2407,7 @@ public class DispatchIC extends ValidatorEJB implements DispatchICLocal,Dispatch
mlineno = checkNull(genericUtility.getColumnValue("line_no__sord", dom));
mlineno = " "+mlineno;
mlineno = mlineno.substring(mlineno.length()-3,mlineno.length());
mdate1Str = checkNull(genericUtility.getColumnValue("desp_date", dom));
mdate1Str = checkNull(genericUtility.getColumnValue("desp_date", dom1));
mlotno = checkNull(genericUtility.getColumnValue("lot_no", dom));
mlotsl = checkNull(genericUtility.getColumnValue("lot_sl", dom));
mitemcode = checkNull(genericUtility.getColumnValue("item_code", dom));
......
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