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

(-)a/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js (-2 / +1 lines)
Lines 481-487 $(document).ready(function() { Link Here
481
                {
481
                {
482
                    "bVisible": exports_enabled ? true : false,
482
                    "bVisible": exports_enabled ? true : false,
483
                    "bSortable": false,
483
                    "bSortable": false,
484
                    "mDataProp": mDataProps.checkin
484
                    "mDataProp": mDataProps.export
485
                }
485
                }
486
            ],
486
            ],
487
            "fnFooterCallback": function ( nRow, aaData, iStart, iEnd, aiDisplay ) {
487
            "fnFooterCallback": function ( nRow, aaData, iStart, iEnd, aiDisplay ) {
488
- 

Return to bug 15219