CSUN#52614 -- Klanten kunnen niet meer mailen naar Facilitor.

svn path=/Customer/trunk/; revision=37454
This commit is contained in:
Arthur Egberink
2018-03-22 11:12:42 +00:00
parent c7ce12e3d8
commit b0125f3ede

View File

@@ -1535,6 +1535,8 @@ BEGIN
END IF;
-- Log het binnenkomende bericht als dat nodig is.
-- IF sender = 23 THEN -- ABNAMRO
-- Verwijder records uit de fac_rapport tabel omdat de key uniek moet zijn.
DELETE fac_rapport WHERE fac_rapport_volgnr = mldkey;
INSERT INTO fac_rapport (fac_rapport_node, fac_rapport_volgnr, fac_rapport_regel, fac_rapport_soort)
VALUES (SUBSTR('MELDING_' || v_client, 1, 12), mldkey, SUBSTR(pbody, 1, 1990), 1);
-- END IF;