Bug 24860: Add ability to select an item group when placing a hold
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / en / includes / holds_table.inc
index 536bd16..940e304 100644 (file)
                     [%- ELSE -%]
                         [%- IF hold.itemtype -%]
                             <em>Next available [% ItemTypes.GetDescription( hold.itemtype ) | html %] item</em>
+                        [%- ELSIF hold.object.item_group -%]
+                            <em>Next available item from group <strong>[% hold.object.item_group.description | html %]</strong></em>
                         [%- ELSE -%]
                             <em>Next available</em>
                         [%- END -%]