Commit bf243cc4 authored by sanashaikh's avatar sanashaikh

Sana s: Modified on 10/01/2020

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@214880 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 82c82692
...@@ -125,3 +125,9 @@ values ('DEPT_CODE','W_PAYROLL','SELECT DESCR, DEPT_CODE FROM DEPARTMENT',null,n ...@@ -125,3 +125,9 @@ values ('DEPT_CODE','W_PAYROLL','SELECT DESCR, DEPT_CODE FROM DEPARTMENT',null,n
--11/11/19 --11/11/19
update obj_actions set rec_specific=null where obj_name='payroll'; update obj_actions set rec_specific=null where obj_name='payroll';
--10/01/2020
update obj_actions set display_mode=2 where obj_name='payroll'and title in ('Edit','Audit Trail');
update obj_actions set display_mode=1 where obj_name='payroll' and title in ('Export2XLS','Export');
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