From a57dc5eeb2891b0fbd4a273b0d2620ce2c03f6da Mon Sep 17 00:00:00 2001 From: Arthur Egberink Date: Fri, 21 Mar 2014 15:57:06 +0000 Subject: [PATCH] CSUN#29151 -- Inkomende mailkoppeling voor DJI svn path=/Customer/trunk/; revision=21095 --- CSUN/CSUN.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CSUN/CSUN.sql b/CSUN/CSUN.sql index a8f4a3d0d..194173203 100644 --- a/CSUN/CSUN.sql +++ b/CSUN/CSUN.sql @@ -368,7 +368,7 @@ BEGIN UPPER (v_from))); CASE - WHEN UPPER (pto) LIKE 'SERVICEDESK@%' + WHEN UPPER (pto) LIKE 'SERVICEDESK@%' OR UPPER (pto) LIKE 'DJI@%' THEN errormsg := '(0x145)'; @@ -1823,7 +1823,7 @@ AS BEGIN adm.systrackscriptId('$Id$', 0); END; / -BEGIN fac.registercustversion('CSUN', 11); END; +BEGIN fac.registercustversion('CSUN', 12); END; / COMMIT; spool off