FBEA#87660 Invoeren niet-planbare dagen in Facilitor voor nieuw seizoen

svn path=/Database/branches/DB50/; revision=68337
This commit is contained in:
Erik Groener
2025-03-10 14:06:46 +00:00
parent 05388b80a4
commit 491cc5b06c

View File

@@ -23107,7 +23107,7 @@ BEGIN
( mld_vrije_dagen_datum
, mld_vrije_dagen_id
)
VALUES (v_datum, vrije_dag.calendarid);
VALUES (v_datum, COALESCE(vrije_dag.calendarid, 'Default'));
v_count_new := v_count_new + 1;
EXCEPTION
WHEN OTHERS