UWVA#35128 notificatie naar alle gastheren van poolreservering

svn path=/Database/trunk/; revision=28187
This commit is contained in:
Erik Groener
2016-02-16 13:01:50 +00:00
parent aaf54e26ba
commit b895283495
2 changed files with 86 additions and 5 deletions

View File

@@ -3538,9 +3538,11 @@ CREATE OR REPLACE PACKAGE BODY fac AS
-- De normale notificatie gaat naar de contact (UWVA#19008)
-- Moeten dus kijken of psrtnotificatiekey naar BEZDON of BEZOUT wijst
-- Dan moeten we ook BEZDO2 of BEZOU2 versturen naar de host.
IF lcode = 'BEZDON'
IF (lcode = 'BEZDON' OR lcode = 'BEZUNI')
THEN
lcode2 := 'BEZDO2';
res.notifypool(prefkey, lcode);
lcode := 'BEZDON'; -- Ook undo-checkin behandelen als checkin.
ELSIF lcode = 'BEZOUT'
THEN
lcode2 := 'BEZOU2';