From ef682f2332b39c3c788adebeba822bd04e647c1d Mon Sep 17 00:00:00 2001
From: Katrin Fischer
Date: Wed, 18 Mar 2015 23:31:42 +0100
Subject: [PATCH] [PASSED QA] 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"
---
.../en/modules/reports/guided_reports_start.tt | 2 +-
1 files changed, 1 insertions(+), 1 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 24b7f78..d2420a0 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.