SVRZ#35605 T.a.v.-veld op orderbonnen (en voor de meeste catalogi)

svn path=/Customer/; revision=28308
This commit is contained in:
Maarten van der Heide
2016-02-25 16:14:41 +00:00
parent f984d71828
commit 3ebeb4277d

View File

@@ -7,7 +7,7 @@ SET ECHO ON
SPOOL xSVRZ35605.lst
SET DEFINE OFF
/* Formatted on 25-2-2016 15:56:04 (QP5 v5.136.908.31019) */
/* Formatted on 25-2-2016 17:12:48 (QP5 v5.136.908.31019) */
INSERT INTO bes_kenmerk (bes_srtkenmerk_key,
bes_srtinstallatie_key,
bes_kenmerk_type,
@@ -20,22 +20,23 @@ INSERT INTO bes_kenmerk (bes_srtkenmerk_key,
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_%');
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_%')
ORDER BY 2;
COMMIT;
BEGIN adm.systrackscriptId('$Id$'); END;