SVRZ#35605 T.a.v.-veld op orderbonnen (en voor de meeste catalogi)
svn path=/Customer/; revision=28303
This commit is contained in:
43
onces/SVRZ/SVRZ#35605.sql
Normal file
43
onces/SVRZ/SVRZ#35605.sql
Normal file
@@ -0,0 +1,43 @@
|
||||
-- Customer specific once-script SVRZ#35605.
|
||||
--
|
||||
-- (c) 2016 Facilitor B.V.
|
||||
--
|
||||
-- Support: +31 53 4800700
|
||||
SET ECHO ON
|
||||
SPOOL xSVRZ35605.lst
|
||||
SET DEFINE OFF
|
||||
|
||||
/* Formatted on 25-2-2016 15:56:04 (QP5 v5.136.908.31019) */
|
||||
INSERT INTO bes_kenmerk (bes_srtkenmerk_key,
|
||||
bes_srtinstallatie_key,
|
||||
bes_kenmerk_type,
|
||||
bes_kenmerk_niveau,
|
||||
bes_kenmerk_verplicht,
|
||||
bes_kenmerk_toonbaar,
|
||||
bes_kenmerk_volgnummer,
|
||||
bes_kenmerk_uniek,
|
||||
bes_kenmerk_default,
|
||||
bes_kenmerk_hint,
|
||||
bes_kenmerk_regexp,
|
||||
bes_kenmerk_groep)
|
||||
SELECT 41,
|
||||
ins_discipline_key,
|
||||
'B',
|
||||
'D',
|
||||
NULL,
|
||||
NULL,
|
||||
5,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
0
|
||||
FROM bes_discipline
|
||||
WHERE ins_discipline_verwijder IS NULL
|
||||
AND (ins_discipline_key = 961 -- Quarto B.V.
|
||||
OR ins_discipline_omschrijving NOT LIKE 'Q_%');
|
||||
|
||||
COMMIT;
|
||||
BEGIN adm.systrackscriptId('$Id$'); END;
|
||||
/
|
||||
SPOOL OFF
|
||||
Reference in New Issue
Block a user