Commit 04715f32 authored by wansari's avatar wansari

D16JSUN0002 updated sql for item code and customer code messages string


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104897 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 52982ac1
......@@ -326,3 +326,14 @@ values ('VMCRCODE','Currency code Not Found!','The currency code for customer yo
INSERT into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,CHG_DATE,CHG_USER,CHG_TERM)
values ('VMCRTRM','Credit Term Not Found!','The credit term for customer you have entered is not found in the credit term master.','E','Y',SYSDATE,'BASE','BASE');
--Changed by wasim on 23-02-2017 [END]
--Changed by wasim on 07-03-2017 [START]
INSERT into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,CHG_DATE,CHG_USER,CHG_TERM)
values ('STKVALPRAE','Invalid Price List entered','Price List entered is not found in price list master.','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 ('VTITMCODE','Item code is blank','Item code can not be left blank.','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 ('VMREGCUST','Customer Not Found!','Customer you have entered is not found in the customer master.','E','Y',SYSDATE,'BASE','BASE');
--Changed by wasim on 07-03-2017 [END]
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