Commit cd456309 authored by dpingle's avatar dpingle

* updated sql file on [25/11/19]

w_emp_basic_info.sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@212642 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9a43db64
......@@ -183,3 +183,19 @@ update itm2menu set ICON_PATH='EmployeeBasicDetail.png' , CLOSE_ICON='EmployeeBa
---------------------------------------------------Dipesh [01/11/2019]End
---------------------------------------------------Dipesh [25/11/2019]Start
update OBJ_ACTIONS set RIGHTS_CHAR='B' where OBJ_NAME='emp_basic_info' and LINE_NO=22;
update pophelp set THUMB_ALT_COL = 'name', THUMB_IMAGE_COL= 'code', THUMB_OBJ = 'EmpImages' where FIELD_NAME='EMP_CODE__FUNCHEAD' AND MOD_NAME = 'W_EMP_BASIC_INFO';
update pophelp set THUMB_ALT_COL = 'First_Name', THUMB_IMAGE_COL= 'code', THUMB_OBJ = 'EmpImages' where FIELD_NAME='REPORT_TO' AND MOD_NAME = 'W_EMP_BASIC_INFO';
update pophelp set THUMB_ALT_COL = 'First_Name', THUMB_IMAGE_COL= 'code', THUMB_OBJ = 'EmpImages' where FIELD_NAME='REPORT_TO__ADMIN' AND MOD_NAME = 'W_EMP_BASIC_INFO';
---------------------------------------------------Dipesh [25/11/2019]End
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