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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt (-1 / +1 lines)
Lines 139-144 function submitForm(form) { Link Here
139
          "aoColumnDefs": [
139
          "aoColumnDefs": [
140
              { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false },
140
              { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false },
141
          ],
141
          ],
142
          "bPaginate": false,
142
          "bAutoWidth": false
143
          "bAutoWidth": false
143
      } ))
144
      } ))
144
      .columnFilter(column_filter_options);
145
      .columnFilter(column_filter_options);
145
- 

Return to bug 11708