From 89a3ef5c5a1658bead838789f8b4c2857583217f Mon Sep 17 00:00:00 2001
From: Katrin Fischer
Date: Wed, 18 Mar 2015 23:31:42 +0100
Subject: [PATCH] Bug 13869: Wrong capitalization of 'Save Report' in guided
reports
On the last step of saving a new guided report to the database,
the button is labelled 'Save Report', but should be 'Save report'.
To test:
- Create a new guided report from the reports page
- Check on the very last step, when saving the report to the
database, the button is labelled 'Save Report'
- With the patch applied, this reads 'Save report' instead
http://bugs.koha-community.org/show_bug.cgi?id=13868
Works as expected.
Signed-off-by: Marc Veron
Signed-off-by: Kyle M Hall
Safe change. Script uses the "phase" variable which remains "Save Report"
Signed-off-by: Tomas Cohen Arazi
---
.../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 24b7f7834f..d2420a022d 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
@@ -697,7 +697,7 @@ canned reports and writing custom SQL reports.