Commit 60a2960a authored by kshinde's avatar kshinde
parent 0d421cda
...@@ -2558,11 +2558,6 @@ public class DispatchIC extends ValidatorEJB implements DispatchICLocal,Dispatch ...@@ -2558,11 +2558,6 @@ public class DispatchIC extends ValidatorEJB implements DispatchICLocal,Dispatch
errList.add(errCode); errList.add(errCode);
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
} }
{
errCode = "VTNEXPDT";
errList.add(errCode);
errFields.add(childNodeName.toLowerCase());
}
//if ld_exp_date < ld_alloc_date and ls_track_shelf_life = 'Y' then //if ld_exp_date < ld_alloc_date and ls_track_shelf_life = 'Y' then
if( ld_exp_date.before(ld_alloc_date) && "Y".equalsIgnoreCase(ls_track_shelf_life)) if( ld_exp_date.before(ld_alloc_date) && "Y".equalsIgnoreCase(ls_track_shelf_life))
{ {
......
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