Commit 49fb048a 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@205681 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f66b10ef
......@@ -86,6 +86,18 @@ Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('paya
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('payarr_to_proc','1','itm_default',null);
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('payarr_to_proc','1','itm_defaultedit',null);
------------------------------------------------------- SARITA [21/08/19] --------------------------- START
delete from obj_actions where obj_name='payarr_to_proc' and line_no in (3,8);
update OBJ_ACTIONS set image='ibase/resource/objaction/Audit-trail.svg' where OBJ_NAME='payarr_to_proc' and LINE_NO=21;
update obj_forms set disp_metadata=
'<html>
<span style="white-space: normal !important; word-break: break-word; "><b>Employee Code :</b> {name} ({emp_code}) , <b>Site Code :</b> {descr} ({site})
<br/> <b>Period Code :</b> {prd_code}
</span>
<br> <span style="float:right;"> <b> {chg_date} </b></span>
</html>' where win_name='w_payarr_to_proc';
------------------------------------------------------- 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