From 61a83598e9f5b58add576090fbcf68b63b333404 Mon Sep 17 00:00:00 2001 From: Andrew Fuerste Henry Date: Wed, 5 Mar 2025 20:59:19 +0000 Subject: [PATCH] Bug 39258: Delete extra delete button in report preview To test: 1 - save a report 2 - click Preview SQL for that report from the Saved Reports page 3 - see there are two delete buttons 4 - apply patch, reload page 5 - now there is one delete button 6 - confirm that delete button gives a confirmation message and then deletes the report --- .../prog/en/modules/reports/guided_reports_start.tt | 1 - 1 file changed, 1 deletion(-) 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..41eda2e003 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 @@ -2608,7 +2608,6 @@ ' + _("Duplicate") + '\ ' + _("Schedule") + '\ Delete\ - ' + _("Delete") + '\ ' + _("Run report") + '\ ' + _("Close") + '\ \ -- 2.39.5