Commit 45f75014 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@214872 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 62cc851a
......@@ -4,6 +4,5 @@ UPDATE OBJ_ACTIONS SET DISPLAY_MODE=2 WHERE OBJ_NAME='hol_change' AND TITLE IN (
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 POPHELP set SQL_STR='select emp_code from employee order by emp_code',thumb_obj='EmpCodeImages', thumb_image_col='emp_code',thumb_alt_col='emp_fname' where FIELD_NAME='EMP_CODE' and MOD_NAME='W_HOL_CHANGE';
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