From 53164b0cfe607ea79213f65a512998200a5fafe5 Mon Sep 17 00:00:00 2001 From: Lisette Scheer Date: Tue, 19 Nov 2019 18:15:17 +0000 Subject: [PATCH] Bug 24056 : Capitalization: Cash Register ID on cash register management page When editing a cash register, Cash register ID doesn't follow our capitalization guidelines. This patch fixes that. To Test: 1) Turn on cash register usage in the system preferences. 2) Add a cash register. 3) Edit the cash register. 4) Note the incorrect capitalization. 5) Apply the patch. 6) Edit the cash register. 7) Note the correct capitalization. https://bugs.koha-community.org/show_bug.cgi?id=6473 --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt index ea5ff90..6a737c9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt @@ -67,7 +67,7 @@
    [% IF cash_register %]
  1. - Cash Register ID: [% cash_register.id | html %] + Cash register ID: [% cash_register.id | html %]
  2. [% END %] -- 2.1.4