Bugzilla – Attachment 130281 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), 937 bytes, created by
Nick Clemens (kidclamp)
on 2022-02-08 12:30:48 UTC
(
hide
)
Description:
Bug 29706: (follow-up) Adjust code to work for multi-holds
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2022-02-08 12:30:48 UTC
Size:
937 bytes
patch
obsolete
>From 4bda192e128f3a4fd194b6dda56c18e4223cf938 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 > >--- > 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 b85c17ba9d..aff10f9f33 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.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 29706
:
128580
|
128581
|
129196
|
130262
|
130263
|
130281
|
130297
|
130298
|
130299