Commit 92854a38 authored by sghate's avatar sghate

shital:updated sql on 20/8/2019

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@205547 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ad5ad9c2
...@@ -77,7 +77,16 @@ SET DEFINE OFF; ...@@ -77,7 +77,16 @@ SET DEFINE OFF;
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('grade_site_lvetbl','1','grade_code',null); Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('grade_site_lvetbl','1','grade_code',null);
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('grade_site_lvetbl','1','site_code',null); Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('grade_site_lvetbl','1','site_code',null);
------------------------------------------------Added by Shital on 20/8/2019 Start--------------------
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>Grade Code :</b> {grade_descr} ({grade_code})
</span>
<br> <span style="float:right;"> <b> {chg_date} </b></span>
</html>' where win_name='w_grade_site_lvetbl';
delete from obj_actions where obj_name='grade_site_lvetbl' and line_no in (3,8,40);
------------------------------------------------Added by Shital on 20/8/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