Bugzilla – Attachment 191089 Details for
Bug 41564
Tidy kohaTable block - admin
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41564: Tidy kohaTable - admin/currenty.tt
e812248.patch (text/plain), 1.35 KB, created by
Jonathan Druart
on 2026-01-09 14:44:59 UTC
(
hide
)
Description:
Bug 41564: Tidy kohaTable - admin/currenty.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2026-01-09 14:44:59 UTC
Size:
1.35 KB
patch
obsolete
>From e81224836d537572d4a87562a88a3ed5b3ac7ee4 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 8 Jan 2026 10:56:56 +0100 >Subject: [PATCH] Bug 41564: Tidy kohaTable - admin/currenty.tt > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >index 7b89d2fd1d1..4c8080726a3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >@@ -266,6 +266,10 @@ > [% MACRO jsinclude BLOCK %] > [% Asset.js("js/admin-menu.js") | $raw %] > [% INCLUDE 'datatables.inc' %] >+ <script> >+ let table_settings = [% TablesSettings.GetTableSettings( 'admin', 'currency', 'currencies-table', 'json' ) | $raw %] >+ </script> >+ > <script> > function check_currency(val) { > if ( val == 1.0 ) { >@@ -279,7 +283,6 @@ > } > > $(document).ready(function() { >- let table_settings = [% TablesSettings.GetTableSettings( 'admin', 'currency', 'currencies-table', 'json' ) | $raw %] > $("#currencies-table").kohaTable({}, table_settings); > > // prevents users to check active with a currency != 1 >-- >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 41564
:
191082
|
191083
|
191084
|
191085
|
191086
|
191087
|
191088
|
191089
|
191090
|
191091
|
191092
|
191093
|
191094
|
191095
|
191096
|
191097
|
191098
|
191099
|
191100
|
191310
|
191311
|
191312
|
191313
|
191314
|
191315
|
191316
|
191317
|
191318
|
191319
|
191320
|
191321
|
191322
|
191323
|
191324
|
191325
|
191326
|
191327
|
191328
|
191329