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

(-)a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js (-2 / +1 lines)
Lines 416-422 $(document).ready(function() { Link Here
416
                    }
416
                    }
417
                },
417
                },
418
                {
418
                {
419
                    "bVisible": exports_enabled ? true : false,
419
                    "bVisible": exports_enabled == 1 ? true : false,
420
                    "bSortable": false,
420
                    "bSortable": false,
421
                    "mDataProp": function ( oObj ) {
421
                    "mDataProp": function ( oObj ) {
422
                        var s = "<input type='checkbox' name='itemnumbers' value='" + oObj.itemnumber + "' style='visibility:hidden;' />";
422
                        var s = "<input type='checkbox' name='itemnumbers' value='" + oObj.itemnumber + "' style='visibility:hidden;' />";
423
- 

Return to bug 18453