Commit c6c3e3ae authored by sghate's avatar sghate

shital: updated sql on 5/9/2019

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@206890 ce508802-f39f-4f6c-b175-0d175dae99d5
parent aaddfac7
...@@ -147,6 +147,14 @@ SET DEFINE OFF; ...@@ -147,6 +147,14 @@ SET DEFINE OFF;
Insert into TRANS_COPY_SETUP (OBJ_NAME,FORM_NO,FIELD_NAME,DEF_VALUE,COPY_FLAG) values ('site_stan_paytbl','1','state_descr',null,'N'); Insert into TRANS_COPY_SETUP (OBJ_NAME,FORM_NO,FIELD_NAME,DEF_VALUE,COPY_FLAG) values ('site_stan_paytbl','1','state_descr',null,'N');
Insert into TRANS_COPY_SETUP (OBJ_NAME,FORM_NO,FIELD_NAME,DEF_VALUE,COPY_FLAG) values ('site_stan_paytbl','1','station_descr',null,'N'); Insert into TRANS_COPY_SETUP (OBJ_NAME,FORM_NO,FIELD_NAME,DEF_VALUE,COPY_FLAG) values ('site_stan_paytbl','1','station_descr',null,'N');
update obj_forms set title='SiteStation PayTable' where WIN_NAME='w_site_stan_paytbl';
update obj_forms set disp_metadata=
'<html>
<span style="white-space: normal !important; word-break: break-word; ">Site Code :<b> {site_descr} ({site_code})</b> , State Code : <b>{state_descr} ({state_code})</b>
<br/> Station Code :<b> {station_descr} ({stan_code})</b> , Pay Table :<b> {paytable_descr} ({pay_table})</b>
</span>
</html>' where win_name='w_site_stan_paytbl';
--------------------------------------------Added by shital on 5/09/2019 End------------- --------------------------------------------Added by shital on 5/09/2019 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