Lines 1391-1397
Note that permanent location is a code, and location may be an authval.
Link Here
|
1391 |
var bundles_table = $('<table class="display tbundle" data-itemnumber="'+itemnumber+'" id="bundle_table_'+itemnumber+'" width="100%"/>'); |
1391 |
var bundles_table = $('<table class="display tbundle" data-itemnumber="'+itemnumber+'" id="bundle_table_'+itemnumber+'" width="100%"/>'); |
1392 |
|
1392 |
|
1393 |
// Display it the child row |
1393 |
// Display it the child row |
1394 |
row.child( bundle_toolbar.add(bundles_table) ).show(); |
1394 |
row.child( bundle_toolbar.add(bundles_table), 'bundle' ).show(); |
1395 |
|
1395 |
|
1396 |
// Initialise as a DataTable |
1396 |
// Initialise as a DataTable |
1397 |
var bundle_table_url = "/api/v1/items/" + itemnumber + "/bundled_items?"; |
1397 |
var bundle_table_url = "/api/v1/items/" + itemnumber + "/bundled_items?"; |
1398 |
- |
|
|