From 2cacbec0e9cd4081662886d5b488db449261538e 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. Signed-off-by: George Williams Signed-off-by: Katrin Fischer --- 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 ea5ff903c9..6a737c9e16 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.11.0