MNNL#64557: Notificatie na doorsturen melding (opvolging melding 63319).
svn path=/Database/trunk/; revision=49480
This commit is contained in:
@@ -3539,8 +3539,8 @@ CREATE OR REPLACE PACKAGE BODY fac AS
|
||||
-- dan dus nogmaals een notificatie. Dat accepteren we vooralsnog gewoon maar.
|
||||
mld.notifybackoffice (prefkey, lcode);
|
||||
END IF;
|
||||
-- Notificatie bij nieuwe melding per prioriteit
|
||||
IF (lcode = 'MLDNEW')
|
||||
-- Notificatie bij nieuwe melding of doorsturen melding per prioriteit.
|
||||
IF (lcode = 'MLDNEW' OR lcode = 'MLDFWD')
|
||||
THEN
|
||||
mld.notifyprio (prefkey, lspoed, pperslid_key);
|
||||
END IF;
|
||||
|
||||
Reference in New Issue
Block a user