Commit 76e59103 authored by caluka's avatar caluka

ITEM CODE validation message added


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101685 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 90745995
...@@ -22,5 +22,7 @@ VALUES ('VTTARWTNEG', 'Invalid Tare Weight ','Tare Weight can not be less than z ...@@ -22,5 +22,7 @@ VALUES ('VTTARWTNEG', 'Invalid Tare Weight ','Tare Weight can not be less than z
INSERT into MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_date , chg_user , chg_term ) INSERT into MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_date , chg_user , chg_term )
VALUES ('VTNARTNEG', 'Invalid No. of Articles ','Number of articles should be positive', 'E', 'Y', SYSDATE, 'BASE', 'BASE'); VALUES ('VTNARTNEG', 'Invalid No. of Articles ','Number of articles should be positive', 'E', 'Y', SYSDATE, 'BASE', 'BASE');
INSERT into MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_date , chg_user , chg_term )
VALUES ('INVSITEITM', 'Invalid item code','Item series is not defined in siteitem / item master against selected item code.', 'E', 'Y', SYSDATE, 'BASE', 'BASE');
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