PLAT#39732: Conditiemeting NEN2767

svn path=/Customer/; revision=38055
This commit is contained in:
Marcel Bourseau
2018-06-01 16:12:38 +00:00
parent c63f623a64
commit d125600af6

View File

@@ -60,6 +60,11 @@ SELECT 'MJOB_RESULTS', 'Verwerken van de operationele resultaten in Plato', fac_
FROM fac_functie
WHERE fac_functie_code = 'WEB_CTRUSE';
-- 39732: Conditiemeting NEN2767, nog wat terminologie
UPDATE fac_locale_xsl SET fac_locale_xsl_cust = 'Element gegevens' WHERE fac_locale_xsl_label = 'lcl_ins_frame_algemeen' AND fac_locale_xsl_lang = 'NL' AND fac_locale_xsl_module = 'ASP';
UPDATE fac_locale_xsl SET fac_locale_xsl_cust = 'Algemene elementkenmerken' WHERE fac_locale_xsl_label = 'lcl_general_properties' AND fac_locale_xsl_lang = 'NL' AND fac_locale_xsl_module = 'ASP';
------ payload end ------
SET DEFINE OFF