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

(-)a/koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js (-1 / +1 lines)
Lines 1-6 Link Here
1
/* global dataTablesDefaults ERR_NO_RECORD_SELECTED ERR_INVALID_QUANTITY ERR_FUNDS_MISSING MSG_LOADING */
1
/* global dataTablesDefaults ERR_NO_RECORD_SELECTED ERR_INVALID_QUANTITY ERR_FUNDS_MISSING MSG_LOADING */
2
2
3
$(document).ready(function() {
3
$(document).ready(function() {
4
    $("#Aform").preventDoubleFormSubmit();
4
    $("#files").dataTable($.extend(true, {}, dataTablesDefaults, {
5
    $("#files").dataTable($.extend(true, {}, dataTablesDefaults, {
5
        "aoColumnDefs": [
6
        "aoColumnDefs": [
6
            { "bSortable": false, "bSearchable": false, 'aTargets': [ 'NoSort' ] },
7
            { "bSortable": false, "bSearchable": false, 'aTargets': [ 'NoSort' ] },
7
- 

Return to bug 24386