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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (+4 lines)
Lines 2359-2364 td { Link Here
2359
    display: block;
2359
    display: block;
2360
}
2360
}
2361
2361
2362
td.bundle {
2363
    background-color: #FFC !important;
2364
}
2365
2362
.datedue {
2366
.datedue {
2363
    color: #999;
2367
    color: #999;
2364
    display: block;
2368
    display: block;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-2 / +1 lines)
Lines 1421-1427 Note that permanent location is a code, and location may be an authval. Link Here
1421
                var bundles_table = $('<table class="display tbundle" data-itemnumber="'+itemnumber+'" id="bundle_table_'+itemnumber+'" width="100%"/>');
1421
                var bundles_table = $('<table class="display tbundle" data-itemnumber="'+itemnumber+'" id="bundle_table_'+itemnumber+'" width="100%"/>');
1422
1422
1423
                // Display it the child row
1423
                // Display it the child row
1424
                row.child( bundle_toolbar.add(bundles_table) ).show();
1424
                row.child( bundle_toolbar.add(bundles_table), 'bundle' ).show();
1425
1425
1426
                // Initialise as a DataTable
1426
                // Initialise as a DataTable
1427
                var bundle_table_url = "/api/v1/items/" + itemnumber + "/bundled_items?";
1427
                var bundle_table_url = "/api/v1/items/" + itemnumber + "/bundled_items?";
1428
- 

Return to bug 28854