UWVA#36449 2016.1 RES/BEZ: notificatie bezoekersoproepsysteem.

svn path=/Database/branches/DB28/; revision=29501
This commit is contained in:
Erik Groener
2016-05-24 09:42:36 +00:00
parent d7bc21a0c4
commit 673bb1cff3

View File

@@ -3448,10 +3448,13 @@ CREATE OR REPLACE PACKAGE BODY fac AS
THEN
lcode2 := 'BEZDO2';
res.notifypool(prefkey, lcode2);
ELSIF (lcode = 'BEZDO2' OR lcode = 'BEZUNI')
ELSIF lcode = 'BEZDO2'
THEN
res.notifypool(prefkey, lcode);
lcode := 'BEZDO2'; -- Ook undo-checkin behandelen als checkin.
ELSIF lcode = 'BEZUNI'
THEN
lcode2 := 'BEZDO2';
ELSIF lcode = 'BEZOUT'
THEN
lcode2 := 'BEZOU2';