Bugzilla – Attachment 184014 Details for
Bug 37883
Add a filter for staff search results to filter by library
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37883: Fix branchspecific display of unavailable items
Bug-37883-Fix-branchspecific-display-of-unavailabl.patch (text/plain), 1.68 KB, created by
Laura Escamilla
on 2025-07-11 16:05:23 UTC
(
hide
)
Description:
Bug 37883: Fix branchspecific display of unavailable items
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2025-07-11 16:05:23 UTC
Size:
1.68 KB
patch
obsolete
>From 5ea591efaf0ed959509ca901c8136b228e17a314 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 25 Mar 2025 16:01:21 +0000 >Subject: [PATCH] Bug 37883: Fix branchspecific display of unavailable items > >Signed-off-by: Laura_Escamilla <laura.escamilla@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >index d1fb09eefc..e3d990a0d5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >@@ -798,7 +798,7 @@ > [% ELSIF status_count == "othercount" %] > [% IF SEARCH_RESULT.${status_count} > 0 %] > <div class="results_unavailable all">[% SEARCH_RESULT.${status_count} | html %] unavailable:</div> >- [% IF Koha.Preference('FilterSearchResultsByLoggedInBranch') %] >+ [% IF Koha.Preference('FilterSearchResultsByLoggedInBranch') && SEARCH_RESULT.branchothercount > 0 %] > <div class="results_unavailable branch_specific">[% SEARCH_RESULT.branchothercount | html %] unavailable:</div> > [% END %] > [% END %] >-- >2.39.5
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 37883
:
171256
|
171257
|
171261
|
171286
|
171287
|
171289
|
171291
|
171406
|
171407
|
171408
|
171409
|
171410
|
171411
|
176697
|
177306
|
177784
|
177785
|
177786
|
177787
|
177788
|
177789
|
177790
|
177791
|
178772
|
178773
|
178774
|
178775
|
178776
|
178777
|
179688
|
179689
|
179690
|
179691
|
179692
|
179693
|
179694
|
179920
|
179921
|
179922
|
179923
|
179924
|
179925
|
179926
|
179927
|
184008
|
184009
|
184010
|
184011
|
184012
|
184013
| 184014 |
184015
|
184117
|
184118