Commit 0dcb6a70 authored by dpawar's avatar dpawar

added msg


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94391 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 843a4668
......@@ -63,5 +63,13 @@ insert into messages
values
('VTWOSRAM','Invalid user operation','Only work order with status Release are allowed to amend','E',sysdate,'BASE','BASE');
insert into messages
(msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term)
values
('VTWRANC','Not confirmed','Selected transaction not confirmed','E',sysdate,'BASE','BASE');
update obj_forms set title='WO Route Amendment' where win_name='w_worder_route_alt';
update transetup set confirm_col='confirmed',confirm_val ='Y' where tran_window='w_worder_route_alt';
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