SKAF#22539: Welkom label via DB-script

svn path=/Customer/trunk/; revision=15199
This commit is contained in:
Marcel Bourseau
2012-03-26 11:19:28 +00:00
parent 8b9f5616a3
commit a90e31e1c2

View File

@@ -1,13 +1,18 @@
-- Customer specific once-script for SKAmersFoorts
-- (c) 2010 SG|facilitor bv
-- $Revision: 1 $
-- $Modtime: 26-03-12 12:58 $
-- $Revision: 2 $
-- $Modtime: 26-03-12 13:19 $
--
-- Support: +31 53 4800710
SET ECHO ON;
SPOOL skaf10.lst;
UPDATE fac_locale_xsl SET fac_locale_xsl_tekst = NULL
WHERE fac_locale_xsl_label = 'lcl_facilitor_welcome'
AND fac_locale_xsl_lang = 'NL'
AND fac_locale_xsl_module = 'ASP';
INSERT INTO fac_usrrap
(fac_usrrap_omschrijving,
fac_usrrap_view_name,
@@ -160,7 +165,7 @@ WHERE fac_functie_code = 'WEB_USER04';
BEGIN adm.systrackscript('$Workfile: skaf10.sql $', '$Revision: 1 $', 1); END;
BEGIN adm.systrackscript('$Workfile: skaf10.sql $', '$Revision: 2 $', 1); END;
/
COMMIT;