Commit d7bd2170 authored by rtiwari's avatar rtiwari

VALIDATION ADDED ON BLANK LOCK CODE


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94067 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 51770092
...@@ -236,8 +236,8 @@ public class InvHoldIC extends ValidatorEJB implements InvHoldICLocal , InvHoldI ...@@ -236,8 +236,8 @@ public class InvHoldIC extends ValidatorEJB implements InvHoldICLocal , InvHoldI
lockCode = genericUtility.getColumnValue( "lock_code", dom, "1" ); lockCode = genericUtility.getColumnValue( "lock_code", dom, "1" );
if(lockCode == null)//checking for null if(lockCode == null)//checking for null
{ {
// errString = getErrorString("lock_code","NULLLOCKCD",userId); //commented by cpatil on 1/08/12 as per manoharan sir errString = getErrorString("lock_code","VTLOCKCD1",userId); // CHANGE DONE BY RITESH ON 27/DEC/13
// break; break;
} }
else //To check exist in INV_LOCK master else //To check exist in INV_LOCK master
{ {
......
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