Bugzilla – Attachment 135611 Details for
Bug 30892
Holds not getting placed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30892: (bug 30742 follow-up) Send single bib as a holdable bib
Bug-30892-bug-30742-follow-up-Send-single-bib-as-a.patch (text/plain), 1.67 KB, created by
Nick Clemens (kidclamp)
on 2022-06-02 17:25:31 UTC
(
hide
)
Description:
Bug 30892: (bug 30742 follow-up) Send single bib as a holdable bib
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2022-06-02 17:25:31 UTC
Size:
1.67 KB
patch
obsolete
>From 93fc6e0aeb0b264bf6eb28fe5e283d8c12a1d3bb Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 2 Jun 2022 17:24:21 +0000 >Subject: [PATCH] Bug 30892: (bug 30742 follow-up) Send single bib as a > holdable bib > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 2 ++ > 1 file changed, 2 insertions(+) > >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 de4b956920..396afc7964 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -209,6 +209,7 @@ > [% END %] > [% END %] > [% ELSE %] >+ <input type="hidden" name="holdable_bibs" id="holdable_bibs" value="[% biblio.biblionumber | html %]"/> > <input type="hidden" name="title" value="[% biblio.title | html %]" /> > <input type="hidden" name="rank-request" value="[% fixedRank | html %]" /> > [% END # /IF multi_hold %] >@@ -459,6 +460,7 @@ > [% END %] > [% END %] > [% ELSE %] >+ <input type="hidden" name="holdable_bibs" id="holdable_bibs" value="[% biblio.biblionumber | html %]"/> > <input type="hidden" name="title" value="[% biblio.title | html %]" /> > <input type="hidden" name="rank-request" value="[% fixedRank | html %]" /> > [% END # /IF multi_hold %] >-- >2.30.2
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 30892
:
135611
|
135613
|
135725