@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/js/catalog.js | 5 ----- 1 file changed, 5 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/js/catalog.js +++ a/koha-tmpl/intranet-tmpl/prog/js/catalog.js @@ -71,15 +71,10 @@ function confirm_items_deletion() { return false; } } else { - alertNoItems(); return false; } } -function alertNoItems(){ - alert( __("This record has no items.") ); -} - /* END IF CAN_user_editcatalogue_edit_items or ( frameworkcode == 'FA' and CAN_user_editcatalogue_fast_cataloging ) */ $(document).ready(function() { --