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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt (-2 / +1 lines)
Lines 125-131 Link Here
125
            var columns_settings = [% ColumnsSettings.GetColumns('members', 'holdshistory', 'holdshistory-table', 'json') %];
125
            var columns_settings = [% ColumnsSettings.GetColumns('members', 'holdshistory', 'holdshistory-table', 'json') %];
126
            [% UNLESS show_itemtype_column %]
126
            [% UNLESS show_itemtype_column %]
127
              //Remove item type column settings
127
              //Remove item type column settings
128
              columns_settings.splice(8,1);
128
              columns_settings = columns_settings.filter(function(c){return c['columnname'] != 'itemtype';});
129
            [% END %]
129
            [% END %]
130
            var table = KohaTable("table_holdshistory", {
130
            var table = KohaTable("table_holdshistory", {
131
                "sPaginationType": "four_button",
131
                "sPaginationType": "four_button",
132
- 

Return to bug 20806