MARX#51253: Plato release 2 bundeling

svn path=/Customer/; revision=36035
This commit is contained in:
Marcel Bourseau
2017-11-17 11:26:49 +00:00
parent cf40c520a5
commit df67edeca3

View File

@@ -38,6 +38,15 @@ WHERE fac_functie_code = 'WEB_FINMSU';
UPDATE fac_locale_xsl SET fac_locale_xsl_cust = 'Complex-Cluster' WHERE fac_locale_xsl_label = 'lcl_obj_position' AND fac_locale_xsl_lang = 'NL' AND fac_locale_xsl_module = 'ASP';
UPDATE fac_locale_xsl SET fac_locale_xsl_cust = ' ' WHERE fac_locale_xsl_label = 'lcl_obj_owner' AND fac_locale_xsl_lang = 'NL' AND fac_locale_xsl_module = 'ASP';
-- PLAT#51253: Plato release 2 bundeling / 2017.2 instellingen
UPDATE fac_setting SET fac_setting_pvalue = '1' where fac_setting_name = 'mjb_enabled';
UPDATE fac_setting SET fac_setting_pvalue = to_char(to_char(sysdate,'YYYY') + 1) where fac_setting_name = 'mjb_freeze_year';
UPDATE fac_setting SET fac_setting_pvalue = to_char(to_char(sysdate,'YYYY') + 1) where fac_setting_name = 'mjb_start_year';
UPDATE fac_setting SET fac_setting_pvalue = '1' where fac_setting_name = 'mjb_operation_external';
-- Alle MJOB taken krijgen naast bitje 1 (starten oftewel inplannen kon dus al) nu ook bitje 2 (om te accorderen/freezen), 1+2=3 (ins_srtcontrole_options)
UPDATE ins_srtcontrole
SET ins_srtcontrole_options = 3
WHERE ctr_discipline_key IN (select ctr_discipline_key FROM ctr_discipline d, ctr_disc_params dp WHERE d.ins_discipline_verwijder IS NULL AND dp.ctr_ins_discipline_key = d.ins_discipline_key AND ctr_disc_params_ismjob = 1);
------ payload end ------