Commit c4e93d07 authored by sanashaikh's avatar sanashaikh

Sana S: Modified on 09/01/2020

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@214838 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c1675276
----07/01/2020
UPDATE OBJ_ACTIONS SET DISPLAY_MODE=2 WHERE OBJ_NAME='hol_change' AND TITLE IN ('Add','Edit','Confirm','Cancel');
UPDATE OBJ_ACTIONS SET DISPLAY_MODE=2 WHERE OBJ_NAME='hol_change' AND TITLE IN ('Add','Edit','Confirm','Cancel','Audit Trail');
update OBJ_ACTIONS set DISPLAY_MODE=1 where OBJ_NAME='hol_change' and TITLE in ('Export2XLS');
--09/01/2020
update POPHELP set SQL_STR='select emp_code from employee order by emp_code' where FIELD_NAME='EMP_CODE' and MOD_NAME='W_HOL_CHANGE';
update OBJ_ACTIONS set DISPLAY_MODE=1 where OBJ_NAME='hol_change' and TITLE in ('Export2XLS','Audit Trail');
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