PNBR#31474 ook notifybo bij forwards
svn path=/Database/trunk/; revision=23987
This commit is contained in:
@@ -2983,8 +2983,10 @@ CREATE OR REPLACE PACKAGE BODY fac AS
|
||||
AND mp.mld_ins_discipline_key = d.ins_discipline_key
|
||||
AND m.mld_melding_key = prefkey;
|
||||
|
||||
IF lbonotify = 1 AND lcode = 'MLDNEW' -- Alleen bij aanmaak van de melding.
|
||||
IF lbonotify = 1 AND (lcode = 'MLDNEW' OR lcode = 'MLDFWD')-- Bij aanmaak of doorsturen van de melding.
|
||||
THEN
|
||||
-- merk op: bij doorsturen binnen dezelfde discipline of met dezelfde bo-ers ontvangt men
|
||||
-- dan dus nogmaals een notificatie. Dat accepteren we vooralsnog gewoon maar.
|
||||
mld.notifybackoffice (prefkey);
|
||||
END IF;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user