Commit a6712c8d authored by arawankar's avatar arawankar

SorderConf.java

-Added validation if quantity_stdoum is zero 

Office_sql.txt
-Added messages table entry


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@193894 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 51be415a
......@@ -225,7 +225,13 @@ public class SorderConf extends ActionHandlerEJB implements SorderConfLocal, Sor
errString = mainStr;
}
}
//Modified by Anjali R. on [30/11/2018][Start]
else
{
errString = itmDBAccessLocal.getErrorString("","VTSCONF3","","",conn);
return errString;
}
//Modified by Anjali R. on [30/11/2018][End]
}
}
} catch (Exception e)
......
......@@ -108,3 +108,12 @@ Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,E
values ('VMQCCYCLE','INVALID QC CYCLE TIME','Please enter qc cycle time more than zero.','E','Y',null,null,null,SYSDATE,'BASE','BASE',null,null);
commit;
------------ Added by Anjali R. on 28-11-2018 [End]
------------ Added by Anjali R. on 30-11-2018 [Start]
INSERT INTO MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION)
VALUES ('VTSCONF3','Zero standard quantity','Standard quantity should not be zero.','E','Y',NULL,NULL,NULL,SYSDATE,'BASE','BASE',NULL,NULL);
commit;
------------ Added by Anjali R. on 30-11-2018 [End]
\ No newline at end of file
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