Commit 16a72ba1 authored by wansari's avatar wansari

D16JSUN0002 updated sql for messages for cr_term and curr_code.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104725 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6abdc4c4
...@@ -320,4 +320,9 @@ INSERT into obj_itemchange (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('scon ...@@ -320,4 +320,9 @@ INSERT into obj_itemchange (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('scon
INSERT into obj_itemchange (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('scontract_gwt_wiz','4 ','itm_default','Y'); INSERT into obj_itemchange (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('scontract_gwt_wiz','4 ','itm_default','Y');
----------------------------------------------------------------------------------------------------------------------------- -----------------------------------------------------------------------------------------------------------------------------
--Changed by wasim on 23-02-2017 [START]
INSERT into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,CHG_DATE,CHG_USER,CHG_TERM)
values ('VMCRCODE','Currency code Not Found!','The currency code for customer you have entered is not found in the currency 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 ('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]
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