Bugzilla – Attachment 179926 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.61 KB, created by
Lucas Gass (lukeg)
on 2025-03-31 09:04:00 UTC
(
hide
)
Description:
Bug 37883: Fix branchspecific display of unavailable items
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-03-31 09:04:00 UTC
Size:
1.61 KB
patch
obsolete
>From 71d01e90a67698f522c9ae57062902787fa29751 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 > >--- > 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 d1fb09eefcd..e3d990a0d59 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