NYBU#74881 Ruimtefoto niet tonen in beschikbaarheidsoverzicht bij reserveren
svn path=/Database/trunk/; revision=59551
This commit is contained in:
@@ -63,9 +63,25 @@ DELETE FROM fac_usrrap_cols
|
||||
);
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////// NYBU#74881
|
||||
UPDATE fac_setting
|
||||
SET fac_setting_pvalue = (SELECT fac_setting_pvalue FROM fac_setting WHERE fac_setting_name = 'res_planbord_options')
|
||||
WHERE fac_setting_name = 'res_forselect_options';
|
||||
INSERT INTO fac_setting (fac_setting_module
|
||||
, fac_setting_flags
|
||||
, fac_functie_key
|
||||
, fac_setting_name
|
||||
, fac_setting_type
|
||||
, fac_setting_default
|
||||
, fac_setting_pvalue
|
||||
, fac_setting_description
|
||||
)
|
||||
SELECT fac_setting_module
|
||||
, fac_setting_flags
|
||||
, fac_functie_key
|
||||
, 'res_forselect_options'
|
||||
, fac_setting_type
|
||||
, fac_setting_default
|
||||
, fac_setting_pvalue
|
||||
, 'for selecting rooms: 0=default, +1=no plantable image, +2=tooltip on room/object, +4=room description popup only'
|
||||
FROM fac_setting
|
||||
WHERE fac_setting_name = 'res_planbord_options';
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////// FCLT#76751
|
||||
CREATE UNIQUE INDEX res_i_res_ruimte_sync ON res_ruimte_sync(res_ruimte_key);
|
||||
|
||||
Reference in New Issue
Block a user