FBEA#87660 Invoeren niet-planbare dagen in Facilitor voor nieuw seizoen
svn path=/Database/branches/DB50/; revision=68337
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user