@@ -, +, @@ changed while checked out --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 1 + 1 file changed, 1 insertion(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -1835,6 +1835,7 @@ // 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")); } // This is the table we'll convert into a DataTable --