Lines 1835-1840
Link Here
|
1835 |
// Disable management if there's a duedate |
1835 |
// Disable management if there's a duedate |
1836 |
if(duedate) { |
1836 |
if(duedate) { |
1837 |
bundle_toolbar.children('.btn').addClass("disabled"); |
1837 |
bundle_toolbar.children('.btn').addClass("disabled"); |
|
|
1838 |
bundle_toolbar.attr("title", __("This bundle is checked out, it cannot be modified")); |
1838 |
} |
1839 |
} |
1839 |
|
1840 |
|
1840 |
// This is the table we'll convert into a DataTable |
1841 |
// This is the table we'll convert into a DataTable |
1841 |
- |
|
|