Bug 24156: move ColumnsSettings to TablesSettings
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / members / pay.tt
index f5de6c9..3ca90b4 100644 (file)
@@ -4,7 +4,7 @@
 [% USE AuthorisedValues %]
 [% USE Branches %]
 [% USE Price %]
-[% USE ColumnsSettings %]
+[% USE TablesSettings %]
 [% USE KohaDates %]
 [% SET footerjs = 1 %]
 [% PROCESS 'accounts.inc' %]
                 $(".add-note").show();
             });
 
-            var columns_settings = [% ColumnsSettings.GetColumns('members', 'pay', 'pay-fines-table', 'json') | $raw %];
+            var columns_settings = [% TablesSettings.GetColumns('members', 'pay', 'pay-fines-table', 'json') | $raw %];
             KohaTable("finest", {
                 "columnDefs": [
                     { "bSortable": false, "bSearchable": false, 'aTargets': [ 'NoSort' ] },