FZKH#90768 Optie 'Annuleren' ontbreekt bij sjabloon-melding in Facilitor

reverted

svn path=/Website/branches/v2025.3/; revision=70893
This commit is contained in:
Erik Groener
2025-11-11 14:52:19 +00:00
parent 72c2f2dbdf
commit aa0ab997bf

View File

@@ -836,7 +836,7 @@ SUBFRAME_START();
if (lBestaandeMelding && (this_mld_rights.canBOwrite || this_mld_rights.canFOwrite))
buttons.push({ icon: "fa-lightbulb-on", title: L("lcl_mld_similarcalls"), action: goegel });
}
if (mld_key > 0 || this_mld_info.act_key == -1 || this_mld_info.template == 1) {
if (mld_key > 0 || this_mld_info.act_key == -1) {
buttons.push ({ title: L("lcl_cancel"), icon: "fa-fclt-cancel", action:"mld_cancel()" });
}