Lines 1590-1596
Note that permanent location is a code, and location may be an authval.
Link Here
|
1590 |
var bundles_table = $('<table class="display tbundle" data-itemnumber="'+itemnumber+'" id="bundle_table_'+itemnumber+'" width="100%"/>'); |
1590 |
var bundles_table = $('<table class="display tbundle" data-itemnumber="'+itemnumber+'" id="bundle_table_'+itemnumber+'" width="100%"/>'); |
1591 |
|
1591 |
|
1592 |
// Display it the child row |
1592 |
// Display it the child row |
1593 |
row.child( bundle_toolbar.add(bundles_table) ).show(); |
1593 |
row.child( bundle_toolbar.add(bundles_table), 'bundle' ).show(); |
1594 |
|
1594 |
|
1595 |
// Initialise as a DataTable |
1595 |
// Initialise as a DataTable |
1596 |
var bundle_table_url = "/api/v1/items/" + itemnumber + "/bundled_items?"; |
1596 |
var bundle_table_url = "/api/v1/items/" + itemnumber + "/bundled_items?"; |
1597 |
- |
|
|