From ed5f3ecc05be45038293588e429d796760476c96 Mon Sep 17 00:00:00 2001 From: David Roberts Date: Wed, 25 Mar 2020 20:52:19 +0000 Subject: [PATCH] Bug 24976: Guided report - "Save" button on last step is misleading This patch changes the text of the save button on the final step. To test: 1) Build a guided report (the selections are immaterial) 2) Note that after you have been through the six stages, the button on the "Confirm custom report" screen should be labelled "Save" 3) Install patch 4) Repeat Step 1. Note that on the "Confirm custom report" screen, the button is now labelled "Next". 5) Run the report to check that the functionality still works. Signed-off-by: Sally Signed-off-by: Jonathan Druart Signed-off-by: Devinim Signed-off-by: Martin Renvoize --- .../prog/en/modules/reports/guided_reports_start.tt | 2 +- 1 file changed, 1 insertion(+), 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 a73aad9fdf..21738b687e 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 @@ -712,7 +712,7 @@

You will need to save the report before you can execute it

- +
[% END #/ IF ( showreport ) %] -- 2.39.2