Bug 30769: Typo fix in request.tt
authorNick Clemens <nick@bywatersolutions.com>
Tue, 28 Jun 2022 10:06:57 +0000 (10:06 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 6 Jul 2022 21:32:32 +0000 (18:32 -0300)
This patch fixes a small typo at
koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt:574

To test:
1 - Set item-level_itypes in administrative preferences to
    bibliographic record
2 - Navigate to /reserve/request.pl in admin interface
3 - Notice that the typo is there in hold details
4 - Apply Patch
5 - Typo is fixed

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt

index 275fe90..9e62356 100644 (file)
                             <ol>
                                 [% UNLESS Koha.Preference('item-level_itypes') %]
                                     <li>
-                                        <span class="label">Item typeX:</span>
+                                        <span class="label">Item type:</span>
                                         [% biblio.itemtype.translated_description | html %]
                                     </li>
                                 [% END %]