// Disable management if there's a duedate
if(duedate) {
bundle_toolbar.children('.btn').addClass("disabled");
bundle_toolbar.attr("title", __("This bundle is checked out, it cannot be modified"));
bundle_toolbar.attr("title", _("This bundle is checked out, it cannot be modified"));
}
// This is the table we'll convert into a DataTable
-