Bugzilla – Attachment 191069 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
54495b0.patch (text/plain), 1.48 KB, created by
Jonathan Druart
on 2026-01-09 14:39:59 UTC
(
hide
)
Description:
Bug 41563: Tidy kohaTable - acqui/acqui-home.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2026-01-09 14:39:59 UTC
Size:
1.48 KB
patch
obsolete
>From 54495b0f687a8d9cbe10a6c445fddceaf1c53bd9 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 >--- > 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.43.0 >
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