WTCA#35369

svn path=/Customer/; revision=28678
This commit is contained in:
Ruud Lipper
2016-03-30 09:07:08 +00:00
parent aa1e4c34bf
commit 720133f113

17
onces/WTCA/WTCA#35369.sql Normal file
View File

@@ -0,0 +1,17 @@
-- Customer specific once-script WTCA#353569.
--
-- (c) 2016 Facilitor B.V.
SET ECHO ON
SPOOL xWTCA#35369.lst
SET DEFINE OFF
-- Kolommen van KTO UDR templates default op hidden
UPDATE fac_usrrap_cols
SET fac_usrrap_cols_visible = 'H'
WHERE fac_usrrap_key IN (541, 542);
COMMIT;
BEGIN adm.systrackscriptId('$Id$'); END;
/
SPOOL OFF