Bug 12093: (QA follow-up) Fix typo 'noteforloan'

Just changes one character in the noteforloan class to notforloan.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Katrin Fischer 2020-06-14 14:02:49 +02:00 committed by Jonathan Druart
parent ee657b6e5a
commit 9681b8a1ca

View file

@ -374,7 +374,7 @@ Note that permanent location is a code, and location may be an authval.
[% END %]
[% IF ( item.itemnotforloan || item.notforloan_per_itemtype ) %]
<span class="noteforloan">Not for loan
<span class="notforloan">Not for loan
[% IF ( item.notforloanvalue ) %]
<span class="reason">([% item.notforloanvalue | html %])</span>
[% END %]