Commit ef898450 authored by sghate's avatar sghate

Shital: updated sql

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@210450 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d5cf2496
......@@ -118,6 +118,8 @@ update itm2menu set icon_path='cadre.png' , close_icon = 'cadrewht.png' where wi
------------------------------Added by Shital on 23/10/2019 Start-----------
update TRANSETUP set THUMB_ALT_COL = 'descr', THUMB_IMAGE_COL= 'cadre_code', THUMB_OBJ = 'CadreImages' where TRAN_WINDOW = 'w_cadre';
update OBJ_FORMS set THUMB_ALT_COL = 'descr', THUMB_IMAGE_COL= 'cadre_code', THUMB_OBJ = 'CadreImages' where WIN_NAME = 'w_cadre';
update POPHELP set THUMB_ALT_COL = 'descr', THUMB_IMAGE_COL= 'cadre_code', THUMB_OBJ = 'CadreImages' where MOD_NAME = 'W_CADRE';
update POPHELP set AUTO_FILL_LEN = '3', AUTO_MIN_LENGTH = 2 , HELP_OPTION = 2 where MOD_NAME = 'W_CADRE';
update TRANSETUP set PERIOD_OPTION = 'M' where TRAN_WINDOW = 'w_cadre';
update obj_forms set disp_metadata=
......
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