Commit 49728927 authored by caluka's avatar caluka

error msg inserted for submitted transaction edit


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99577 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b80d14e3
...@@ -458,4 +458,9 @@ order by stn.descr asc' ...@@ -458,4 +458,9 @@ order by stn.descr asc'
WHERE mod_name='W_SECONDORY_SALE_GWT' AND field_name='CUST_CODE'; WHERE mod_name='W_SECONDORY_SALE_GWT' AND field_name='CUST_CODE';
---End added by chandrashekar on 27-dec-2015 ---End added by chandrashekar on 27-dec-2015
--Start Added by chandrashekar on 04-jan-2016
INSERT into MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_date , chg_user , chg_term )
VALUES ('VTNOTEDIT','Transaction already submitted!','selected transaction is already submitted and cannot edited.', 'E', 'Y', SYSDATE, 'BASE ', 'BASE ');
--End Added by chandrashekar on 04-jan-2016
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