Bugzilla – Attachment 191296 Details for
Bug 41563
Tidy kohaTable block - acqui
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41563: Tidy kohaTable - acqui/lateorders.tt
Bug-41563-Tidy-kohaTable---acquilateorderstt.patch (text/plain), 1.45 KB, created by
Owen Leonard
on 2026-01-12 16:55:41 UTC
(
hide
)
Description:
Bug 41563: Tidy kohaTable - acqui/lateorders.tt
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2026-01-12 16:55:41 UTC
Size:
1.45 KB
patch
obsolete
>From adf32f62a81de79c4cc54f5f8ac900f20ff10c8c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 6 Jan 2026 16:28:19 +0100 >Subject: [PATCH] Bug 41563: Tidy kohaTable - acqui/lateorders.tt > >See bug 41324 comment 6 >1. Variable serialization > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt >index 4fd290a225e..e46433b11a1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt >@@ -374,6 +374,10 @@ > [% Asset.js("js/acquisitions-menu.js") | $raw %] > [% INCLUDE 'datatables.inc' %] > [% INCLUDE 'calendar.inc' %] >+ <script> >+ var table_settings = [% TablesSettings.GetTableSettings( 'acqui', 'lateorders', 'late_orders', 'json' ) | $raw %]; >+ </script> >+ > <script> > var late_orderst; > function check_uncheck() { >@@ -388,7 +392,6 @@ > > $(document).ready(function() { > >- var table_settings = [% TablesSettings.GetTableSettings( 'acqui', 'lateorders', 'late_orders', 'json' ) | $raw %]; > late_orderst = $("#late_orders").kohaTable({ > order: [[ 1, "asc" ]], > pagingType: "full", >-- >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 41563
:
191069
|
191070
|
191071
|
191072
|
191073
|
191074
|
191075
|
191076
|
191077
|
191078
|
191079
|
191080
|
191290
|
191291
|
191292
|
191293
|
191294
|
191295
| 191296 |
191297
|
191298
|
191299
|
191300
|
191301
|
191302
|
191303