View | Details | Raw Unified | Return to bug 34982
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt (-2 lines)
Lines 293-299 Link Here
293
        $(document).ready(function() {
293
        $(document).ready(function() {
294
            columns_settings = [% TablesSettings.GetTableSettings( 'admin', 'currency', 'currencies-table', 'json' ) | $raw %]
294
            columns_settings = [% TablesSettings.GetTableSettings( 'admin', 'currency', 'currencies-table', 'json' ) | $raw %]
295
            var issuest = KohaTable("currencies-table", {
295
            var issuest = KohaTable("currencies-table", {
296
                dom: 'B<"clearfix">t',
297
            }, columns_settings );
296
            }, columns_settings );
298
297
299
            // prevents users to check active with a currency != 1
298
            // prevents users to check active with a currency != 1
300
- 

Return to bug 34982