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 2308-2313 td { Link Here
2308
    display: block;
2308
    display: block;
2309
}
2309
}
2310
2310
2311
td.bundle {
2312
    background-color: #FFC !important;
2313
}
2314
2311
.datedue {
2315
.datedue {
2312
    color: #999;
2316
    color: #999;
2313
    display: block;
2317
    display: block;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-2 / +1 lines)
Lines 1373-1379 Note that permanent location is a code, and location may be an authval. Link Here
1373
                var bundles_table = $('<table class="display tbundle" data-itemnumber="'+itemnumber+'" id="bundle_table_'+itemnumber+'" width="100%"/>');
1373
                var bundles_table = $('<table class="display tbundle" data-itemnumber="'+itemnumber+'" id="bundle_table_'+itemnumber+'" width="100%"/>');
1374
1374
1375
                // Display it the child row
1375
                // Display it the child row
1376
                row.child( bundle_toolbar.add(bundles_table) ).show();
1376
                row.child( bundle_toolbar.add(bundles_table), 'bundle' ).show();
1377
1377
1378
                // Initialise as a DataTable
1378
                // Initialise as a DataTable
1379
                var bundle_table_url = "/api/v1/items/" + itemnumber + "/bundled_items?";
1379
                var bundle_table_url = "/api/v1/items/" + itemnumber + "/bundled_items?";
1380
- 

Return to bug 28854