Bugzilla – Attachment 129931 Details for
Bug 29058
Add option to not load existing holds table automatically
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29058: Add missing filters
Bug-29058-Add-missing-filters.patch (text/plain), 1.52 KB, created by
Jonathan Druart
on 2022-01-28 12:52:53 UTC
(
hide
)
Description:
Bug 29058: Add missing filters
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-01-28 12:52:53 UTC
Size:
1.52 KB
patch
obsolete
>From 6c9e3a2d00fb259214e0faed1df48dbf1480fd1e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 28 Jan 2022 13:52:28 +0100 >Subject: [PATCH] Bug 29058: Add missing filters > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >index e9488ea1826..8a4f79e8755 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -910,7 +910,7 @@ > <label for ="always_show_holds">Always show holds</label> > [% IF always_show_holds == 'DONT' %] > <input type="checkbox" name="always_show_holds" id="always_show_holds" value="DO"> >- <a class="btn btn-default" value="Show holds" id="show_holds_now" href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% biblio.biblionumber %]&show_holds_now=1">Show holds ([% hold_count %])</a> >+ <a class="btn btn-default" value="Show holds" id="show_holds_now" href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% biblio.biblionumber | uri %]&show_holds_now=1">Show holds ([% hold_count | html %])</a> > [% ELSE %] > <input type="checkbox" name="always_show_holds" value="DO" id="always_show_holds" checked="checked"> > [% END %] >-- >2.25.1
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 29058
:
125054
|
125062
|
125091
|
125487
|
125488
|
126995
|
129924
|
129925
|
129930
| 129931 |
129932
|
129933