Bugzilla – Attachment 192787 Details for
Bug 41566
Tidy kohaTable block - catalogue
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41566: Tidy kohaTable - catalogue/issuehistory
Bug-41566-Tidy-kohaTable---catalogueissuehistory.patch (text/plain), 1.67 KB, created by
Paul Derscheid
on 2026-02-09 12:33:09 UTC
(
hide
)
Description:
Bug 41566: Tidy kohaTable - catalogue/issuehistory
Filename:
MIME Type:
Creator:
Paul Derscheid
Created:
2026-02-09 12:33:09 UTC
Size:
1.67 KB
patch
obsolete
>From e107849d47190dce13974cd09f3dbef541da0cf6 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 8 Jan 2026 11:43:29 +0100 >Subject: [PATCH] Bug 41566: Tidy kohaTable - catalogue/issuehistory > >Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de> >--- > .../prog/en/modules/catalogue/issuehistory.tt | 13 ++++++++----- > 1 file changed, 8 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt >index eba58ef173a..f8549f38ce5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt >@@ -127,13 +127,16 @@ > > [% MACRO jsinclude BLOCK %] > [% INCLUDE 'datatables.inc' %] >+ <script> >+ var table_settings = [% TablesSettings.GetTableSettings('catalogue', 'detail', 'checkoutshistory-table', 'json') | $raw %]; >+ [% UNLESS show_patron_column %] >+ // Remove the patron column definition >+ table_settings['columns'].splice(0,1); >+ [% END %] >+ </script> >+ > <script> > $(document).ready(function() { >- var table_settings = [% TablesSettings.GetTableSettings('catalogue', 'detail', 'checkoutshistory-table', 'json') | $raw %]; >- [% UNLESS show_patron_column %] >- // Remove the patron column definition >- table_settings['columns'].splice(0,1); >- [% END %] > var table = $("#table_issues").kohaTable( > { > dom: 'C<"top pager"ilpfB><"#filter_c">tr<"bottom pager"ip>', >-- >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 41566
:
191103
|
191104
|
191105
|
191106
|
192726
| 192787 |
192788
|
192789
|
192790
|
192793
|
192794