Bugzilla – Attachment 139049 Details for
Bug 31343
DataTables error on waitingreserves.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31343: Prevent two nodes #holdscr on waiting reserves
Bug-31343-Prevent-two-nodes-holdscr-on-waiting-res.patch (text/plain), 1.68 KB, created by
Jonathan Druart
on 2022-08-12 13:20:29 UTC
(
hide
)
Description:
Bug 31343: Prevent two nodes #holdscr on waiting reserves
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-08-12 13:20:29 UTC
Size:
1.68 KB
patch
obsolete
>From 5c10b304cfe23d25d1acbfbd938a94eacbd11e9a Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 12 Aug 2022 15:19:10 +0200 >Subject: [PATCH] Bug 31343: Prevent two nodes #holdscr on waiting reserves > >Two nodes with id="holdscr" existed on this patch. I guess the table was >not initiated properly before 31138 neither. >--- > .../intranet-tmpl/prog/en/modules/circ/waitingreserves.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt >index 4318918ee6a..d0178bad401 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt >@@ -98,7 +98,7 @@ > </a> > </li> > <li role="presentation"> >- <a href="#holdscr" aria-controls="holdscr" role="tab" data-toggle="tab"> >+ <a href="#holdscancelled" aria-controls="holdscancelled" role="tab" data-toggle="tab"> > Holds with cancellation requests: [% cancel_reqs_count | html %] > </a> > </li> >@@ -139,7 +139,7 @@ > <div class="dialog message">No holds found.</div> > [% END %] > </div> >- <div role="tabpanel" class="tab-pane" id="holdscr"> >+ <div role="tabpanel" class="tab-pane" id="holdscancelled"> > [% IF cancel_reqs_count %] > [% INCLUDE waiting_holds.inc select_column='1' table_name='holdscr' reserveloop=cancel_reqs tab='holdscr' %] > [% ELSE %] >-- >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 31343
:
139048
|
139049
|
139053
|
139054
|
139499
|
139500