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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt (-2 / +1 lines)
Lines 12-18 Link Here
12
        "aoColumnDefs": [
12
        "aoColumnDefs": [
13
          { "sType": "title-string", "aTargets" : [ "title-string" ] }
13
          { "sType": "title-string", "aTargets" : [ "title-string" ] }
14
        ],
14
        ],
15
        "sPaginationType": "four_button"
15
        'bPaginate': false,
16
    } ) );
16
    } ) );
17
17
18
    //keep a copy of all budgets before removing the inactives
18
    //keep a copy of all budgets before removing the inactives
19
- 

Return to bug 14343