Commit ff45ec0e authored by dpawar's avatar dpawar

update sql (Transetup) and add new message


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93405 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0f71a2b7
......@@ -322,19 +322,21 @@ INSERT INTO system_service_args (service_code, line_no, arg_name, arg_mode, desc
update transetup set edit_expr = 'or sreturn_form.status in(''R'')' where tran_window ='w_proof_of_delivery';
update transetup set edit_opt = '3' where tran_window ='w_proof_of_delivery';
INSERT INTO obj_actions (obj_name ,line_no,image,description,service_code,interactive,rights_char,title,form_no,service_handler,placement,action_type,
tran_type,chg_date,chg_term,chg_user )
VALUES ('proof_of_delivery',5,'menu.bmp','View Audit Trail','audit_trail','1','X','View Audit','1','1','1','U',NULL,NULL,NULL,NULL);
--31-july-2013
insert into messages
(msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term)
values
('VTINVIDAC','Operation not allowed','Proof Of Delivery already exist for selected invoice ID','E',sysdate,'BASE','BASE');
update transetup set edit_expr = 'or spl_sales_por_hdr.wf_status in(''R'')' 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