Lines 1422-1428
Note that permanent location is a code, and location may be an authval.
Link Here
|
1422 |
var bundles_table = $('<table class="display tbundle" data-itemnumber="'+itemnumber+'" id="bundle_table_'+itemnumber+'" width="100%"/>'); |
1422 |
var bundles_table = $('<table class="display tbundle" data-itemnumber="'+itemnumber+'" id="bundle_table_'+itemnumber+'" width="100%"/>'); |
1423 |
|
1423 |
|
1424 |
// Display it the child row |
1424 |
// Display it the child row |
1425 |
row.child( bundle_toolbar.add(bundles_table) ).show(); |
1425 |
row.child( bundle_toolbar.add(bundles_table), 'bundle' ).show(); |
1426 |
|
1426 |
|
1427 |
// Initialise as a DataTable |
1427 |
// Initialise as a DataTable |
1428 |
var bundle_table_url = "/api/v1/items/" + itemnumber + "/bundled_items?"; |
1428 |
var bundle_table_url = "/api/v1/items/" + itemnumber + "/bundled_items?"; |
1429 |
- |
|
|