UWVA#36449 2016.1 RES/BEZ: notificatie bezoekersoproepsysteem.
svn path=/Database/branches/DB28/; revision=29501
This commit is contained in:
@@ -3448,10 +3448,13 @@ CREATE OR REPLACE PACKAGE BODY fac AS
|
|||||||
THEN
|
THEN
|
||||||
lcode2 := 'BEZDO2';
|
lcode2 := 'BEZDO2';
|
||||||
res.notifypool(prefkey, lcode2);
|
res.notifypool(prefkey, lcode2);
|
||||||
ELSIF (lcode = 'BEZDO2' OR lcode = 'BEZUNI')
|
ELSIF lcode = 'BEZDO2'
|
||||||
THEN
|
THEN
|
||||||
res.notifypool(prefkey, lcode);
|
res.notifypool(prefkey, lcode);
|
||||||
lcode := 'BEZDO2'; -- Ook undo-checkin behandelen als checkin.
|
lcode := 'BEZDO2'; -- Ook undo-checkin behandelen als checkin.
|
||||||
|
ELSIF lcode = 'BEZUNI'
|
||||||
|
THEN
|
||||||
|
lcode2 := 'BEZDO2';
|
||||||
ELSIF lcode = 'BEZOUT'
|
ELSIF lcode = 'BEZOUT'
|
||||||
THEN
|
THEN
|
||||||
lcode2 := 'BEZOU2';
|
lcode2 := 'BEZOU2';
|
||||||
|
|||||||
Reference in New Issue
Block a user