Bugzilla – Attachment 191383 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/transfers_to_send.tt
Bug-41568-Tidy-kohaTable---circtransferstosendtt.patch (text/plain), 1.45 KB, created by
Owen Leonard
on 2026-01-13 18:12:28 UTC
(
hide
)
Description:
Bug 41568: Tidy kohaTable - circ/transfers_to_send.tt
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2026-01-13 18:12:28 UTC
Size:
1.45 KB
patch
obsolete
>From 7590b8bdbfdf1a9b8c59eb07ccf0bb09712ca120 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 8 Jan 2026 12:19:02 +0100 >Subject: [PATCH] Bug 41568: Tidy kohaTable - circ/transfers_to_send.tt > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../prog/en/modules/circ/transfers_to_send.tt | 13 ++++++++++--- > 1 file changed, 10 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt >index 2718e62e3da..59eb1780ca3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt >@@ -96,14 +96,21 @@ > > [% MACRO jsinclude BLOCK %] > [% INCLUDE 'datatables.inc' %] >+ <script> >+ let library_ids = []; >+ [% FOR library IN libraries %] >+ library_ids.push("[% library.branchcode | html %]"); >+ [% END %] >+ </script> >+ > <script> > $(document).ready(function() { >- [% FOREACH library IN libraries %] >- $("#transferst[% library.branchcode | html %]").kohaTable({ >+ library_ids.forEach(library_id => { >+ $(`#transferst${library_id}`).kohaTable({ > dom: "t", > paging: false, > }); >- [% END %] >+ }); > }); > </script> > [% END %] >-- >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