Bug 24860: Skip non-matching item group holds in HoldsQueue
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / en / modules / circ / view_holdsqueue.tt
index 877db11..21d531f 100644 (file)
                         <td class="hq-barcode">
                             [% IF ( itemsloo.item_level_request ) %]
                                 <em>Only item:</em> <strong>[% itemsloo.barcode | html %]</strong>
+                            [% ELSIF itemsloo.item_group_id %]
+                                <strong>[% itemsloo.barcode | html %]</strong> <em>or any item from item_group <strong>[% itemsloo.item_group_description | html %]</strong></em>
                             [% ELSE %]
                                 <strong>[% itemsloo.barcode | html %]</strong> <em>or any available</em>
                             [% END %]