FCLT#58962 mld_note_mode is vervallen

svn path=/Database/trunk/; revision=44618
This commit is contained in:
Peter Feij
2019-10-25 11:58:57 +00:00
parent 11e23741aa
commit e71576cc92
3 changed files with 3 additions and 2 deletions

View File

@@ -4981,7 +4981,7 @@ AS
createxmltagvalue ('actiecode', v_actiecode);
createxmltagvalue ('publiek', v_publiek);
createxmltagvalue ('omschrijving', v_omschrijving);
createxmltagvalue ('behandelwijze', fac.getsetting('mld_note_mode')); --1=oldstyle via opmerking, 2=newstyle via notes
createxmltagvalue ('behandelwijze', 2); -- was fac.getsetting('mld_note_mode') deprecated but used
createxmltagvalue ('opmerking', v_opmerking);
createxmltagvalue ('geprint', v_geprint);
create_prs_afdeling_node (v_prs_afdeling_key, 'afdeling');