Bugzilla – Attachment 168438 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.56 KB, created by
Owen Leonard
on 2024-07-03 11:16:59 UTC
(
hide
)
Description:
Bug 37242: Don't use the term branch in cash register administration
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-07-03 11:16:59 UTC
Size:
1.56 KB
patch
obsolete
>From f32b6c370e01a0cf1c8e104e5177e5fea8c95a44 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." >--- > 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 2115e07347..efb124720f 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