From 1b4fd070fea8ed16dbb387baa730592de99eb4ec Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Wed, 20 Sep 2023 13:43:56 -0400 Subject: [PATCH] Bug 34820: (QA follow-up) Replace em tags with quotes --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt index 1937604441d..c482940a029 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt @@ -149,7 +149,7 @@
Optional filters for inventory list or comparing barcodes - Scanned items are expected to match one of the selected not for loan criteria if any are checked. + Scanned items are expected to match one of the selected "not for loan" criteria if any are checked.
[% FOREACH status IN statuses %] @@ -313,9 +313,9 @@ Found in wrong place
[% ELSIF problem.key == 'changestatus' %] [% IF result.notforloan %] - Item has unselected Not for loan status [% result.notforloan | html %]
+ Item has unselected "Not for loan" status "[% result.notforloan | html %]"/span>
[% ELSE %] - Items has no not for loan status
+ Items has no "not for loan" status
[% END %] [% ELSIF problem.key == 'not_scanned' %] Missing (not scanned)
-- 2.30.2