From 0bc8f1fd462c4bf9fc37af883c9fb776ab9a0f85 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 24 Oct 2016 14:45:18 +0200 Subject: [PATCH] Bug 6934: Fix tiny capitalization issue missed before Account Management Fee Signed-off-by: Kyle M Hall --- .../prog/en/modules/reports/cash_register_stats.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt index 04b7f1267a..bd69db72ce 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt @@ -149,7 +149,7 @@ $(document).ready(function() { [% IF transaction_type == "A" %] [% ELSE %] - + [% END %] [% IF transaction_type == "M" %] -- 2.39.2