@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt | 1 - 1 file changed, 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt @@ -293,7 +293,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 --