Commit 8098da75 authored by dpingle's avatar dpingle

* update sql file on [07/11/19]

w_emp_mthad.sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@211532 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e129c05b
......@@ -172,5 +172,18 @@ update POPHELP set THUMB_ALT_COL = 'Name', THUMB_IMAGE_COL= 'emp_code', THUMB_OB
update messages set MSG_DESCR='Effective date or Expiry Date cannot be empty' where MSG_NO='VTDATE11';
update obj_forms set disp_metadata=
'<html>
<span style="white-space: normal !important; word-break: break-word; "> {allwdedn_descr} <b>{ad_code}</b> , Employee Name <b>{emp_name}</b> <b>{emp_code}</b> <br/>
Effective Date : <b>{eff_date}</b> , Expiry Date : <b>{exp_date}</b>
</span>
<br/> <span style="float:right;"></span>
</html>' where win_name='w_emp_mthad';
update OBJ_FORMS set THUMB_ALT_COL = 'allwdedn_descr', THUMB_IMAGE_COL= 'ad_code', THUMB_OBJ = 'AdCodeImages' where WIN_NAME = 'w_emp_mthad';
update TRANSETUP set THUMB_ALT_COL = 'allwdedn_descr', THUMB_IMAGE_COL= 'ad_code', THUMB_OBJ = 'AdCodeImages' where TRAN_WINDOW = 'w_emp_mthad';
------------------------------------------------------[06/11/19]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