From aa4f939c288c8c3e080d29f1a656cf3609a79310 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 --- koha-tmpl/intranet-tmpl/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 04b7f12..bd69db7 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.7.4