@@ -, +, @@ --- .../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 @@ -30,9 +30,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")); - } }); }); @@ -208,8 +205,6 @@ [% IF CAN_user_coursereserves_delete_reserves %] [% IF cr.item.onloan %] - [% ELSIF cr.item.itemlost %] - [% ELSE %] [% END %] --