Bugzilla – Attachment 191114 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
868fd1b.patch (text/plain), 1.67 KB, created by
Jonathan Druart
on 2026-01-09 14:47:06 UTC
(
hide
)
Description:
Bug 41568: Tidy kohaTable - circ/overdue.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2026-01-09 14:47:06 UTC
Size:
1.67 KB
patch
obsolete
>From 868fd1bb7163581abaf86b1bf8b03d2b1eb11ea6 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 > >--- > .../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.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 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