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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt (-2 / +2 lines)
Lines 113-119 function submitForm(form) { Link Here
113
        "aoColumnDefs": [
113
        "aoColumnDefs": [
114
            { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false },
114
            { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false },
115
        ],
115
        ],
116
        "bAutoWidth": false
116
        "bAutoWidth": false,
117
        "sPaginationType": "four_button"
117
    } ));
118
    } ));
118
119
119
 });
120
 });
120
- 

Return to bug 13487