@@ -, +, @@ holds' page in staff - Apply patch - In staff client, try to place an item level hold for items with 'Damaged' status. - Verify that the status 'Damaged' appears in the column 'Information'. --- koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -562,7 +562,6 @@ function checkMultiHold() { [% END %] [% END %] - [% IF ( itemloo.message ) %] Unavailable (lost or missing) [% END %] @@ -590,6 +589,9 @@ function checkMultiHold() { [% ELSIF itemloo.item_level_holds == "F" %]
Item level hold forced from OPAC [% END %] + [% IF ( itemloo.damaged ) %] +
Damaged + [% END %] [% END %] --