Commit fa3599ba authored by dpawar's avatar dpawar

added sql for edit exp.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94204 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2a69e43d
...@@ -297,7 +297,13 @@ values ...@@ -297,7 +297,13 @@ values
-- 21/01/14 -- 21/01/14
update gencodes set fld_value='PODDB' where mod_name='W_MISC_DRCR_RCP_DR' and fld_name='REAS_CODE' and fld_value='PODDBTNOTE'; update gencodes set fld_value='PODDB' where mod_name='W_MISC_DRCR_RCP_DR' and fld_name='REAS_CODE' and fld_value='PODDBTNOTE';
-- 28/01/14
insert into messages
(msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term)
values
('VTRMKSG','Remarks length exceed','Remarks length exceed than the specified','E',sysdate,'BASE','BASE');
--05/02/14
update transetup set edit_expr='or wf_status=''S''' where tran_window = 'w_proof_of_delivery';
......
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