Bug 6934: Fix tiny capitalization issue missed before
authorKatrin Fischer <katrin.fischer.83@web.de>
Mon, 24 Oct 2016 12:45:18 +0000 (14:45 +0200)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 28 Oct 2016 11:50:27 +0000 (11:50 +0000)
Account Management Fee

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt

index 04b7f12..bd69db7 100644 (file)
@@ -149,7 +149,7 @@ $(document).ready(function() {
                         [% IF transaction_type == "A" %]
                         <option value="A" selected="selected">Account management fee</option>
                         [% ELSE %]
-                        <option value="A">Account Management Fee</option>
+                        <option value="A">Account management fee</option>
                         [% END %]
 
                         [% IF transaction_type == "M" %]