Commit d12c2a8a authored by sanashaikh's avatar sanashaikh

Sana S: Modified on 13/11/19

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@211889 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6f77fe3b
......@@ -125,6 +125,11 @@ update obj_actions set display_mode=1 where line_no in(1,39) and obj_name='cadre
update obj_actions set show_in_panel=1 where obj_name='cadre_perk' and service_code='audit_trail';
-- delete is only for QC
delete from obj_actions where form_no=2 and obj_name='cadre_perk';
update obj_forms set disp_metadata='<html>
<span style="white-space: normal !important; word-break: break-word; ">AD Code : <b>{ad_code__main}</b>, Effective Date :<b> {eff_date},Amount :<b> {amount} </b> <br> Next Process Date :<b> {next_proc_date}
</span></html>' where win_name='w_cadre_perk';
update transetup set disp_meta_data='<html>
<span style="white-space: normal !important; word-break: break-word; ">AD Code : <b>{ad_code__main}</b>, Effective Date :<b> {eff_date},Amount :<b> {amount} </b> <br> Next Process Date :<b> {next_proc_date}
</span></html>' where tran_window='w_cadre_perk';
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