Bugzilla – Attachment 130299 Details for
Bug 29706
When placing a request on the opac, the user is shown titles they cannot place a hold on
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29706: (follow-up) Adjust code to work for multi-holds
Bug-29706-follow-up-Adjust-code-to-work-for-multi-.patch (text/plain), 1012 bytes, created by
Jonathan Druart
on 2022-02-08 15:50:23 UTC
(
hide
)
Description:
Bug 29706: (follow-up) Adjust code to work for multi-holds
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-02-08 15:50:23 UTC
Size:
1012 bytes
patch
obsolete
>From 33bbb95b05f1e87f6a99d7c2977e6fe0df58daa2 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 8 Feb 2022 12:30:23 +0000 >Subject: [PATCH] Bug 29706: (follow-up) Adjust code to work for multi-holds > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt >index b85c17ba9d2..aff10f9f333 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt >@@ -512,7 +512,7 @@ > > $(".toggle_unholdable").click(function(e){ > e.preventDefault(); >- $(".unholdable").toggle(); >+ $(this).parent('div').find(".unholdable").toggle(); > }); > > $("#hold-request-form").preventDoubleFormSubmit(); >-- >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 29706
:
128580
|
128581
|
129196
|
130262
|
130263
|
130281
|
130297
|
130298
| 130299