Commit f66b10ef authored by ssalve's avatar ssalve

Sarita : Committed on 21/08/2019

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@205678 ce508802-f39f-4f6c-b175-0d175dae99d5
parent fa78dc44
......@@ -91,5 +91,14 @@ Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,E
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION) values ('VMSTATINVD','Invalid State Code','The entered state code is not present, please enter valid state code','E','Y',null,null,null,to_date('05-08-15','DD-MM-RR'),'BASE ','BASE ',null,null);
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION) values ('VMSTATNULL','State Code Null','State Code can not be null or empty','E','Y',null,null,null,to_date('05-08-15','DD-MM-RR'),'BASE ','BASE ',null,null);
----------------------------------------- SARITA [21/08/19] ---------------------------- START
delete from obj_actions where obj_name='site_stan_paytbl' and line_no in (3,8);
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}) , <b>State Code :</b> {state_descr} ({state_code})
<br/> <b>Station Code :</b> {station_descr} ({stan_code}) , <b>Pay Table :</b> {paytable_descr} ({pay_table})
</span>
<br> <span style="float:right;"> <b> {chg_date} </b></span>
</html>' where win_name='w_site_stan_paytbl';
----------------------------------------- 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