Bugzilla – Attachment 123120 Details for
Bug 27885
Populate biblionumbers parameter when placing hold on single title
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27885: (follow-up) Use biblionumbers instead of biblionumber in form action for club search
Bug-27885-follow-up-Use-biblionumbers-instead-of-b.patch (text/plain), 1.52 KB, created by
Kyle M Hall (khall)
on 2021-07-23 14:23:56 UTC
(
hide
)
Description:
Bug 27885: (follow-up) Use biblionumbers instead of biblionumber in form action for club search
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2021-07-23 14:23:56 UTC
Size:
1.52 KB
patch
obsolete
>From f950a1ffe758c6672bee961ea88955859ed1d975 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 26 May 2021 12:17:41 +0000 >Subject: [PATCH] Bug 27885: (follow-up) Use biblionumbers instead of > biblionumber in form action for club search > >This simply matches the code on the patrons search tab > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > 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 bddbe802d5..5a8545c612 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -144,7 +144,7 @@ > </div> > [% IF clubcount %] > <div id="holds_clubsearch_pane"> >- <form id="holds_clubsearch" action="request.pl?biblionumber=[% biblionumber | html %]" method="post"> >+ <form id="holds_clubsearch" action="request.pl?biblionumbers=[% biblionumbers | html %]" method="post"> > <div class="hint">Enter club ID or partial name:</div> > <input type="text" size="40" id="club" class="focus" name="findclub" autocomplete="off" /> > <input type="submit" value="Search" /> >-- >2.30.1 (Apple Git-130)
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 27885
:
117870
|
117871
|
120831
|
121425
|
123119
| 123120