LOGC#84615 attentieBO - bitje werd er niet goed afgehaald

svn path=/Website/branches/v2024.2/; revision=65542
This commit is contained in:
2024-07-11 09:20:22 +00:00
parent f947e0908b
commit d549fc11c5

View File

@@ -125,6 +125,7 @@ function mld_note_save(mld_key, note, params) {
+ " SET mld_melding_actiecode = BITAND(mld_melding_actiecode, 511 - 128)"
+ " WHERE mld_melding_key = " + mld_key;
Oracle.Execute(sql);
mld_info.actiecode &= ~128; // - attentieBO
result.mustrefreshMLD = true;
}