@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/course_reserves/course-details.tt | 5 ----- 1 file changed, 5 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt @@ -176,8 +176,6 @@ [% IF CAN_user_coursereserves_delete_reserves %] [% IF cr.item.onloan %] - [% ELSIF cr.item.itemlost %] - [% ELSE %] [% END %] @@ -225,9 +223,6 @@ if( $(this).hasClass("checkedout") ){ alert(_("This item cannot be removed. It is checked out")); } - if( $(this).hasClass("itemlost") ) { - alert(_("This item cannot be removed. It is lost")); - } }); }); --