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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt (-3 / +2 lines)
Lines 139-146 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
          "bAutoWidth": false,
142
          "bPaginate": false,
143
          "sPaginationType": "four_button"
143
          "bAutoWidth": false
144
      } ))
144
      } ))
145
      .columnFilter(column_filter_options);
145
      .columnFilter(column_filter_options);
146
    });
146
    });
147
- 

Return to bug 11708