Bugzilla – Attachment 159907 Details for
Bug 18139
'Too many checked out' can confuse librarians
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18139: Specify 'all item types' and 'all patron categories' in template
Bug-18139-Specify-all-item-types-and-all-patron-ca.patch (text/plain), 1.27 KB, created by
Tomás Cohen Arazi (tcohen)
on 2023-12-15 20:09:32 UTC
(
hide
)
Description:
Bug 18139: Specify 'all item types' and 'all patron categories' in template
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-12-15 20:09:32 UTC
Size:
1.27 KB
patch
obsolete
>From 92bf7a3b2694dcadcb4e5559d292760f6e4943dd Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 12 Dec 2023 06:55:04 -0500 >Subject: [PATCH] Bug 18139: Specify 'all item types' and 'all patron > categories' in template > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >index 94dcaf6dbc1..9f2631cc4d6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -1075,7 +1075,7 @@ > [% IF rule.itemtype %] > [% ItemTypes.GetDescription( rule.itemtype ) | html %] > [% ELSE %] >- <i>All</i> >+ <i>All item types</i> > [% END %] > </li> > <li> >@@ -1083,7 +1083,7 @@ > [% IF rule.categorycode %] > [% Categories.GetName( rule.categorycode ) | html %] > [% ELSE %] >- <i>All</i> >+ <i>All patron categories</i> > [% END %] > </li> > <li> >-- >2.43.0
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 18139
:
60427
|
60428
|
60429
|
61489
|
61490
|
61491
|
61541
|
61542
|
61543
|
61663
|
159307
|
159308
|
159522
|
159523
|
159728
|
159729
|
159740
|
159904
|
159905
|
159906
| 159907