FSN#21921 *Alle* notificaties mee cascaderen bij verwijderen

svn path=/Database/trunk/; revision=18496
This commit is contained in:
Jos Groot Lipman
2013-07-17 15:10:43 +00:00
parent 6d933dffb9
commit 9a0ed6c9d0

View File

@@ -60,8 +60,8 @@ CREATE_TRIGGER(bes_t_bes_bestelling_a_d)
ON bes_bestelling
FOR EACH ROW
BEGIN
-- Of alle BES% weggooien?
fac.clrnotifications ('BESAP1', :new.bes_bestelling_key);
-- Alle BES% weggooien. XML generatie zou er toch op falen
fac.clrnotifications ('BES%', :new.bes_bestelling_key);
END;
/