Bugzilla – Attachment 168515 Details for
Bug 37242
Don't use the term branch in cash register administration
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37242: Don't use the term branch in cash register administration
Bug-37242-Dont-use-the-term-branch-in-cash-registe.patch (text/plain), 1.62 KB, created by
Chris Cormack
on 2024-07-04 21:17:47 UTC
(
hide
)
Description:
Bug 37242: Don't use the term branch in cash register administration
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2024-07-04 21:17:47 UTC
Size:
1.62 KB
patch
obsolete
>From 3ba2f94beca55ffd08904104e10f49bd215b1fab Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 3 Jul 2024 11:14:19 +0000 >Subject: [PATCH] Bug 37242: Don't use the term branch in cash register > administration > >This patch replaces the word "branch" with "library" in the cash >register administration template in order to make it consistent with our >terminology guidelines. > >To test you must have UseCashRegisters enabled. > >- Apply the patch and go to Administration -> Cash registers. >- Confirm that the "Filter by" control at the top of the table reads > "Filter by library." > >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> >--- > 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 2115e073479..efb124720ff 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 >@@ -161,7 +161,7 @@ > > <h1>Cash registers</h1> > <div class="page-section"> >- <label for="branch_filter"><strong>Filter by branch:</strong></label> >+ <label for="branch_filter"><strong>Filter by library:</strong></label> > <select id="branch_filter" name="branch_filter"> > <option value=""></option> > [% PROCESS options_for_libraries libraries => Branches.all( selected => branchcode, unfiltered => 1, ) %] >-- >2.39.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 37242
:
168438
| 168515