Commit 519ea027 authored by sanashaikh's avatar sanashaikh

Sana S : Modified on 06/11/19

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@211439 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5d495976
......@@ -107,3 +107,10 @@ update obj_actions set image='ibase/resource/objaction/edit.svg' where line_no=2
update obj_forms set disp_metadata='<html>
<span style="white-space: normal !important; word-break: break-word; "> Period Code : <b>{prd_code}</b>, Emp Code : <b> {emp_code}</b> ,Employee Name : <b> {emp_fname} </b> ,<br> Remarks : <b> {remarks} </b>
</span></html>' where win_name='w_payroll';
--added on 06/11/19
--delete query is only for QC and standard
delete from obj_actions where line_no in (41,42,43) and obj_name='payroll';
update obj_actions set display_mode=1 where line_no in (39,40) and obj_name='payroll';
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