Bug 30769: Typo fix in request.tt

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>
(cherry picked from commit 8a78666fd0)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
This commit is contained in:
Nick Clemens 2022-06-28 10:06:57 +00:00 committed by Lucas Gass
parent 718841a758
commit a08d8fd7b3

View file

@ -579,7 +579,7 @@
<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 %]