From 221f5617fe36a5dae7560a05b19300cdbd40146c Mon Sep 17 00:00:00 2001 From: Erik Groener Date: Tue, 11 Nov 2025 11:09:50 +0000 Subject: [PATCH] FZKH#90768 Optie 'Annuleren' ontbreekt bij sjabloon-melding in Facilitor svn path=/Website/branches/v2025.3/; revision=70889 --- APPL/MLD/mld_edit_melding.asp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APPL/MLD/mld_edit_melding.asp b/APPL/MLD/mld_edit_melding.asp index 6e783a5cc9..c0e72f24de 100644 --- a/APPL/MLD/mld_edit_melding.asp +++ b/APPL/MLD/mld_edit_melding.asp @@ -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) { + if (mld_key > 0 || this_mld_info.act_key == -1 || this_mld_info.template == 1) { buttons.push ({ title: L("lcl_cancel"), icon: "fa-fclt-cancel", action:"mld_cancel()" }); }