Bug 12093: (QA follow-up) Fix typo 'noteforloan'
authorKatrin Fischer <katrin.fischer.83@web.de>
Sun, 14 Jun 2020 12:02:49 +0000 (14:02 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 15 Jun 2020 09:53:36 +0000 (11:53 +0200)
Just changes one character in the noteforloan class to notforloan.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt

index 680fb5f..d58edcf 100644 (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 %]