Bugzilla – Attachment 191380 Details for
Bug 41568
Tidy kohaTable block - circ
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41568: Tidy kohaTable - circ/pendingreserves.tt
Bug-41568-Tidy-kohaTable---circpendingreservestt.patch (text/plain), 1.48 KB, created by
Owen Leonard
on 2026-01-13 18:12:19 UTC
(
hide
)
Description:
Bug 41568: Tidy kohaTable - circ/pendingreserves.tt
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2026-01-13 18:12:19 UTC
Size:
1.48 KB
patch
obsolete
>From 91030dc019eaa9d346241f33077b42ffd3642abc Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 8 Jan 2026 12:02:57 +0100 >Subject: [PATCH] Bug 41568: Tidy kohaTable - circ/pendingreserves.tt > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../intranet-tmpl/prog/en/modules/circ/pendingreserves.tt | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >index 2b74dbe86c7..0e2c32b206a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >@@ -298,6 +298,10 @@ > [% INCLUDE 'calendar.inc' %] > [% INCLUDE 'datatables.inc' %] > [% Asset.js("js/hold-group.js") | $raw %] >+ <script> >+ var table_settings = [% TablesSettings.GetTableSettings('circ', 'holds', 'holds-to-pull', 'json') | $raw %]; >+ </script> >+ > <script> > function get_options(column){ > let regex = /(<([^>]+)>)/ig; // Remove html tags >@@ -322,8 +326,6 @@ > pickup_locations : (table_dt) => get_options(table_dt.column(15)), > }; > >- >- var table_settings = [% TablesSettings.GetTableSettings('circ', 'holds', 'holds-to-pull', 'json') | $raw %]; > var holdst = $("#holdst").kohaTable( > { > pagingType: "full_numbers", >-- >2.39.5
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 41568
:
191111
|
191112
|
191113
|
191114
|
191115
|
191116
|
191117
|
191118
|
191119
|
191120
|
191121
|
191122
|
191123
|
191375
|
191376
|
191377
|
191378
|
191379
| 191380 |
191381
|
191382
|
191383
|
191384
|
191385
|
191386
|
191387
|
191388