Commit a08a87ee authored by sghate's avatar sghate

Shital: updated sql on 15-10-2019 w_pay_var.sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@209601 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b704c28e
......@@ -155,9 +155,18 @@ update obj_forms set DISP_METADATA =
</html>' where WIN_NAME='w_pay_var';
--------------------------------------------------Added by Shital on 29/8/2019 End---------
--------------------------------------------------Added by Shital on 15/10/2019 Start---------
update obj_forms set DISP_METADATA =
'<html>
<span style="white-space: normal !important; word-break: break-word; ">Variable Name :<b> ({var_name}) </b>, Period Code :<b> {prd_code} </b>
</span>
</html>' where WIN_NAME='w_pay_var';
update TRANSETUP set THUMB_ALT_COL = 'var_value', THUMB_IMAGE_COL= 'var_name', THUMB_OBJ = 'EmpImages' where TRAN_WINDOW = 'w_pay_var';
update OBJ_FORMS set THUMB_ALT_COL = 'var_value', THUMB_IMAGE_COL= 'var_name', THUMB_OBJ = 'EmpImages' where WIN_NAME = 'w_pay_var';
update TRANSETUP set PERIOD_OPTION = 'M' where TRAN_WINDOW = 'w_pay_var';
--------------------------------------------------Added by Shital on 15/10/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