From 70af8ac5643346ced39d5826faeb38cbcc066d87 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 4 Oct 2023 11:42:44 +0200 Subject: [PATCH] Bug 34982: Add pagination to the currencies table Otherwise we only display the first 20. Test plan: Create more than 20 currencies and confirm that you can know filter the table and see all the currencies. Signed-off-by: David Nind Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 6b6534a22a60f8797c678c8ea5d66eefdb474141) Signed-off-by: Fridolin Somers --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt | 1 - 1 file changed, 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 dc4c8a37c5..2339e65e23 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt @@ -278,7 +278,6 @@ $(document).ready(function() { columns_settings = [% TablesSettings.GetTableSettings( 'admin', 'currency', 'currencies-table', 'json' ) | $raw %] var issuest = KohaTable("currencies-table", { - dom: 'B<"clearfix">t', }, columns_settings ); // prevents users to check active with a currency != 1 -- 2.39.2