Bugzilla – Attachment 192359 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/overdue.tt
Bug-41568-Tidy-kohaTable---circoverduett.patch (text/plain), 1.72 KB, created by
Paul Derscheid
on 2026-02-03 08:24:16 UTC
(
hide
)
Description:
Bug 41568: Tidy kohaTable - circ/overdue.tt
Filename:
MIME Type:
Creator:
Paul Derscheid
Created:
2026-02-03 08:24:16 UTC
Size:
1.72 KB
patch
obsolete
>From b122b87c73b41a08b828b3df73657a7dfb90d7c3 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 8 Jan 2026 12:01:55 +0100 >Subject: [PATCH] Bug 41568: Tidy kohaTable - circ/overdue.tt > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../intranet-tmpl/prog/en/modules/circ/overdue.tt | 15 ++++++++------- > 1 file changed, 8 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt >index 1bc2b58b50d..8cf8b452a39 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt >@@ -346,6 +346,13 @@ > [% INCLUDE 'select2.inc' %] > [% INCLUDE 'js-date-format.inc' %] > [% PROCESS 'modal-claims-js' %] >+ <script> >+ var table_settings = [% TablesSettings.GetTableSettings( 'circ', 'overdues', 'circ-overdues', 'json' ) | $raw %]; >+ [% IF !Koha.Preference('ClaimReturnedLostValue') %] >+ table_settings['columns'].splice(13, 1); >+ [% END %] >+ </script> >+ > <script> > function clone_input( node, original_id ) { > var original = node; >@@ -381,13 +388,7 @@ > } > > $(document).ready(function(){ >- var table_settings = [% TablesSettings.GetTableSettings( 'circ', 'overdues', 'circ-overdues', 'json' ) | $raw %]; >- >- [% IF !Koha.Preference('ClaimReturnedLostValue') %] >- table_settings['columns'].splice(13, 1); >- [% END %] >- >- $("#overduest").kohaTable( >+ $("#overduest").kohaTable( > { > pagingType: "full", > autoWidth: false, >-- >2.52.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 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
|
192356
|
192357
|
192358
|
192359
|
192360
|
192361
|
192362
|
192363
|
192364
|
192365
|
192366
|
192367
|
192368
|
192369
|
192637
|
192638
|
192639
|
192640
|
192641
|
192642
|
192643
|
192644
|
192645
|
192646
|
192647
|
192648
|
192649
|
192650