Commit 068268a0 authored by ssalve's avatar ssalve

Sarita : updated sql on 05/09/2019

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@206836 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e766a519
......@@ -120,8 +120,14 @@ Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,E
-------------------------------------- SARITA [30/08/2019] ------------ START
update itm2menu set icon_path='employee-wise.png' , close_icon = 'employee-wisewht.png' where win_name='w_emp_mthad';
-------------------------------------- SARITA [30/08/2019] ------------ END
-------------------------------------- SARITA [05/09/2019] ------------ START
SET ECHO ON;
SET DEFINE OFF;
ALTER SESSION SET CURRENT_SCHEMA = SYSVIS;
UPDATE OBJ_FORMS SET DISP_METADATA = '<html>Employee:&nbsp;<b>{emp_name}&nbsp;[&nbsp;{emp_code}&nbsp;]</b><br><b>{allwdedn_descr}&nbsp;[&nbsp;{ad_code}&nbsp;]</b>&nbsp;&nbsp;Month:&nbsp;<b> {month_code}</b>&nbsp;&nbsp;Amount:&nbsp;<b>{amount}</b>&nbsp;&nbsp;<b>{type}</b>&nbsp;&nbsp;Effective From:&nbsp;<b>{eff_date}</b></html>'
WHERE WIN_NAME='w_emp_mthad' AND FORM_NO = 1;
COMMIT;
-------------------------------------- SARITA [05/09/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