@@ -, +, @@ item-level holds - Go to Your summary --> Holds - Confirm that any item-level hold has a note under the title: "Item on hold ". - The note should be on a new line and styled differently than the other text. --- koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc @@ -59,9 +59,7 @@ [% END %] [% HOLD.biblio.author | html %] [% IF HOLD.item_level_hold %] - Only item [% HOLD.item.barcode | html %] - [% ELSE %] - Next available item +

Item on hold: [% HOLD.item.barcode | html %]

[% END %] --