Bugzilla – Attachment 191137 Details for
Bug 41572
Tidy kohaTable block - members
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41572: Tidy kohaTable - members/readingrec.tt
a8f23ac.patch (text/plain), 1.73 KB, created by
Jonathan Druart
on 2026-01-09 14:50:03 UTC
(
hide
)
Description:
Bug 41572: Tidy kohaTable - members/readingrec.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2026-01-09 14:50:03 UTC
Size:
1.73 KB
patch
obsolete
>From a8f23ac6cd546ed228d11c8a053a25aae635a981 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 8 Jan 2026 14:13:21 +0100 >Subject: [PATCH] Bug 41572: Tidy kohaTable - members/readingrec.tt > >--- > .../prog/en/modules/members/readingrec.tt | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >index 5fb5dde1c9a..c232f229fc1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >@@ -163,15 +163,15 @@ > [% INCLUDE 'modals/checkout_renewals.inc' %] > [% INCLUDE 'js-date-format.inc' %] > [% Asset.js("js/checkout_renewals_modal.js") | $raw %] >+ <script> >+ // FIXME This cannot work without bKohaColumnsUseNames >+ var column_sort = [% Koha.Preference('RecordStaffUserOnCheckout') ? 11 : 10 | html %]; >+ >+ var table_settings = [% TablesSettings.GetTableSettings('members', 'checkouthistory', 'checkouthistory-table', 'json') | $raw %]; >+ </script> >+ > <script> > $(document).ready(function() { >- [% IF Koha.Preference('RecordStaffUserOnCheckout') %] >- // FIXME This cannot work without bKohaColumnsUseNames >- var column_sort = 11; >- [% ELSE %] >- var column_sort = 10; >- [% END %] >- var table_settings = [% TablesSettings.GetTableSettings('members', 'checkouthistory', 'checkouthistory-table', 'json') | $raw %]; > var table = $("#table_readingrec").kohaTable( > { > pagingType: "full", >-- >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 41572
:
191133
|
191134
|
191135
|
191136
| 191137 |
191138