From fed561bcfbd47d1b244583d7fdd67f05cbc40cac Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Tue, 8 Apr 2025 20:07:53 +0000 Subject: [PATCH] Bug 39586: Remove duplicate delete button To test: 1. Create any report 2. From the list of reports click the dropdown next to 'Run' 3. Choose 'Preview SQL' 4. Notice 2 delete buttons. 5. APPLY PATCH 6. Try again, there should only be one delete button. 7. Confirm that button works and the report is deleted. Signed-off-by: Roman Dolny --- .../prog/en/modules/reports/guided_reports_start.tt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt index 55afc39ff0..dd6a7e13c6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt @@ -2607,8 +2607,7 @@ ' + _("Edit") + '\ ' + _("Duplicate") + '\ ' + _("Schedule") + '\ - Delete\ - ' + _("Delete") + '\ + Delete\ ' + _("Run report") + '\ ' + _("Close") + '\ \ -- 2.39.5