From 659ccabd938b4459b6b33bf93a539c17df8df886 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 Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi --- 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 1937604441..c482940a02 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.39.2