MNNL#64557: Notificatie na doorsturen melding (opvolging melding 63319).

svn path=/Database/trunk/; revision=49480
This commit is contained in:
Maykel Geerdink
2021-01-19 11:29:48 +00:00
parent c072d5538c
commit e868b421bb

View File

@@ -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;