Commit 2daef416 authored by sanashaikh's avatar sanashaikh

Sana S: Modified on 301/10/19

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@210679 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 295b73d2
...@@ -96,3 +96,19 @@ Insert into system_service_args (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,AR ...@@ -96,3 +96,19 @@ Insert into system_service_args (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,AR
Insert into system_service_args (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE) values ('prv_default_ejb',7,'EDIT_FLAG ','I',null,'S',null,to_date('18-09-11','DD-MM-RR'),'Manohar ','Manohar',null); Insert into system_service_args (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE) values ('prv_default_ejb',7,'EDIT_FLAG ','I',null,'S',null,to_date('18-09-11','DD-MM-RR'),'Manohar ','Manohar',null);
Insert into system_service_args (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE) values ('prv_default_ejb',8,'XTRA_PARAMS','I',null,'S',null,to_date('18-09-11','DD-MM-RR'),'Manohar ','Manohar',null); Insert into system_service_args (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE) values ('prv_default_ejb',8,'XTRA_PARAMS','I',null,'S',null,to_date('18-09-11','DD-MM-RR'),'Manohar ','Manohar',null);
--25/10/19 [start]
update obj_forms set disp_metadata='<html>
<span style="white-space: normal !important; word-break: break-word; "> Emp Code : <b> {emp_code}</b> , AD Code : <b>{ad_code__main}</b>, Effective Date :<b> {eff_date},<br> Amount :<b> {amount} </b> Next Process Date :<b> {next_proc_date}
</span></html>' where win_name='w_emp_perk';
update transetup set THUMB_OBJ='EmpImages',THUMB_IMAGE_COL='emp_code',THUMB_ALT_COL='emp_code' WHERE TRAN_WINDOW='w_emp_perk';
update obj_forms set THUMB_OBJ='EmpImages',THUMB_IMAGE_COL='emp_code',THUMB_ALT_COL='emp_code' WHERE win_name='w_emp_perk';
update transetup set ref_ser='E-PERK' where tran_window='w_emp_perk';
update itm2menu set icon_path='empperk.png' ,close_icon='empperkwht.png' where win_name='w_emp_perk';
--[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