Bug 24860: (QA follow-up) Fix typo in holds queue viewer
authorKyle Hall <kyle@bywatersolutions.com>
Fri, 21 Oct 2022 15:36:10 +0000 (11:36 -0400)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 4 Nov 2022 22:41:45 +0000 (19:41 -0300)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt

index 21d531f..3d5dc85 100644 (file)
                             [% 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>
+                                <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 %]