Bugzilla – Attachment 191290 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/acqui-home.tt
Bug-41563-Tidy-kohaTable---acquiacqui-homett.patch (text/plain), 1.52 KB, created by
Owen Leonard
on 2026-01-12 16:55:22 UTC
(
hide
)
Description:
Bug 41563: Tidy kohaTable - acqui/acqui-home.tt
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2026-01-12 16:55:22 UTC
Size:
1.52 KB
patch
obsolete
>From 08f2dd0b65e3f91f32195350964e078f3aec3e74 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 9 Jan 2026 14:28:21 +0100 >Subject: [PATCH] Bug 41563: Tidy kohaTable - acqui/acqui-home.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/acqui-home.tt | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >index 53966a5866e..936d28c23f4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >@@ -207,11 +207,14 @@ > [% Asset.js("lib/jquery/plugins/treetable/jquery.treetable.js") | $raw %] > [% Asset.js("js/acquisitions-menu.js") | $raw %] > [% IF loop_budget %] >+ <script> >+ var table_settings = [% TablesSettings.GetTableSettings( 'acqui', 'acq_acqui-home', 'accounts', 'json' ) | $raw %]; >+ </script> >+ > <script> > dt_overwrite_html_sorting_localeCompare(); > > $(document).ready(function() { >- var table_settings = [% TablesSettings.GetTableSettings( 'acqui', 'acq_acqui-home', 'accounts', 'json' ) | $raw %]; > var oTable = $("#accounts").kohaTable({ > drawCallback: function ( oSettings ) { > if ( oSettings.aiDisplay.length == 0 ) >-- >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