Commit e0232cb2 authored by sghate's avatar sghate

UPDATED SQL w_cadre.sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@209346 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 12b9e5d4
...@@ -116,9 +116,9 @@ update itm2menu set icon_path='cadre.png' , close_icon = 'cadrewht.png' where wi ...@@ -116,9 +116,9 @@ update itm2menu set icon_path='cadre.png' , close_icon = 'cadrewht.png' where wi
------------------------------Added by Sarita on 30/08/2019 END----------- ------------------------------Added by Sarita on 30/08/2019 END-----------
------------------------------Added by Shital on 10/10/2019 Start----------- ------------------------------Added by Shital on 10/10/2019 Start-----------
update TRANSETUP set THUMB_ALT_COL = 'descr', THUMB_IMAGE_COL= 'cadre_code', THUMB_OBJ = 'EmpImages' where TRAN_WINDOW = 'w_cadre'; 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 = 'EmpImages' where WIN_NAME = '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 = 'EmpImages' where MOD_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 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 TRANSETUP set PERIOD_OPTION = 'M' where TRAN_WINDOW = 'w_cadre';
......
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