Bugzilla – Attachment 133573 Details for
Bug 30577
Item specific holds location can be missed when placing title level holds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30577: Fix a missing closing tag
Bug-30577-Fix-a-missing-closing-tag.patch (text/plain), 1.81 KB, created by
Andrew Fuerste-Henry
on 2022-04-21 15:00:31 UTC
(
hide
)
Description:
Bug 30577: Fix a missing closing tag
Filename:
MIME Type:
Creator:
Andrew Fuerste-Henry
Created:
2022-04-21 15:00:31 UTC
Size:
1.81 KB
patch
obsolete
>From 4171917dcdb0841d13b5ba59b6e37b249ed2bb7b Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 21 Apr 2022 11:12:58 +0000 >Subject: [PATCH] Bug 30577: Fix a missing closing tag > >This didn't affect table display, but when there was a biblioloo.warn >we were not closing the first <td> tag > >Confirm multi-holds table loads correctly when one (or more) records cannot be held > >Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >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 1c12176bad..193e9038e1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -804,9 +804,9 @@ > [% END %] > <td> > [% UNLESS ( biblioloo.warn ) %] >- <input class="multi_hold_item_checkbox" type="checkbox" checked="checked" title="[% biblioloo.biblionumber | html %]"/> >- </td> >+ <input class="multi_hold_item_checkbox" type="checkbox" checked="checked" title="[% biblioloo.biblionumber | html %]"/> > [% END %] >+ </td> > <td> > [% UNLESS ( biblioloo.none_avail || biblioloo.noitems ) %] > <select name="pickup_[% biblioloo.biblionumber | html %]" >-- >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 30577
:
133539
|
133540
|
133572
|
133573
|
133687
|
133688
|
133896
|
133897
|
135017