Commit 3d0d25bd authored by caluka's avatar caluka

change validation for retailer checks in RETAILER_DOCTOR


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98703 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 98456901
......@@ -296,7 +296,7 @@ VALUES ('VMITSER', 'Invalid ItemSeries!','Item Series Cannot Be Kept Blank.','E'
INSERT INTO MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_date , chg_user , chg_term )
VALUES ('VMDOCRETCD', 'Invalid Retailer Code!','eNTERED Retailer Code is exist in the retailer_doctor master.','E', 'Y', SYSDATE, 'BASE ', 'BASE');
VALUES ('VMDOCRETCD', 'Invalid Retailer Code!','Entered Retailer Code is exist in the retailer_doctor master.','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