Commit 0ec0fa63 authored by ssalve's avatar ssalve

Sarita : Committed on 21/08/19

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@205627 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ae2b9902
...@@ -78,8 +78,17 @@ Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('cadr ...@@ -78,8 +78,17 @@ Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('cadr
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('cadre_site_lvetbl','1','site_code',null); Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('cadre_site_lvetbl','1','site_code',null);
----------------------------------------------- SARITA[21/08/19] -------------------------- START ----------------
delete from obj_actions where obj_name='cadre_site_lvetbl' and line_no in (3,8,40);
update OBJ_ACTIONS set image='ibase/resource/objaction/Audit-trail.svg' where OBJ_NAME='cadre_site_lvetbl' and LINE_NO=21;
update obj_forms set disp_metadata=
'<html>
<span style="white-space: normal !important; word-break: break-word; "><b>Site Code :</b> {site_descr} ({site_code}) <br/>
<b>Cadre Code :</b> {cadre_descr} ({cadre_code}) , <b>Leave Table :</b>{lve_tblno} , <b>No Basic Account :</b> {no_basic_acc}
</span>
<br> <span style="float:right;"> <b> {chg_date} </b></span>
</html>' where win_name='w_cadre_site_lvetbl';
----------------------------------------------- SARITA[21/08/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