Commit a7b4975e authored by ysawant's avatar ysawant

Updated SQL of PFNO change

w_pfno_change.sql



git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@209796 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b3cb9aaf
...@@ -110,15 +110,20 @@ update POPHELP set THUMB_ALT_COL = 'pf_no', THUMB_IMAGE_COL= 'emp_code',THUMB_OB ...@@ -110,15 +110,20 @@ update POPHELP set THUMB_ALT_COL = 'pf_no', THUMB_IMAGE_COL= 'emp_code',THUMB_OB
update POPHELP set AUTO_FILL_LEN = 3, AUTO_MIN_LENGTH = 2 , HELP_OPTION = 2 where MOD_NAME = 'W_PFNO_CHANGE'; update POPHELP set AUTO_FILL_LEN = 3, AUTO_MIN_LENGTH = 2 , HELP_OPTION = 2 where MOD_NAME = 'W_PFNO_CHANGE';
------------------------------------------------------------------Updated
UPDATE obj_forms
SET disp_metadata= '<html>
<span style="white-space: normal !important; word-break: break-word; "> Pf No :<b>({pf_no})</b> , Emp Code : <b>({emp_code})</b> <span style="float:right;"><b> {tran_id}</b> </span> <br/>
Uan No :<b>({uan_no})</b> <span style="float:right;"> <b> {tran_date} </b> </span>
</span>
</html>'
WHERE win_name ='w_pfno_change';
update TRANSETUP set THUMB_ALT_COL = 'pf_no', THUMB_IMAGE_COL= 'emp_code', THUMB_OBJ = 'EmpImages' where TRAN_WINDOW = 'w_pfno_change';
----------------------------------------------------------Added on 16-10-19[End] update OBJ_FORMS set THUMB_ALT_COL = 'pf_no', THUMB_IMAGE_COL= 'emp_code', THUMB_OBJ = 'EmpImages' where WIN_NAME = 'w_pfno_change';
----------------------------------------------------------Added on 16-10-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