Bugzilla – Attachment 156502 Details for
Bug 34820
Improve inventory tool message for items with non-matching notforloan values
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34820: (QA follow-up) Fix span tag
Bug-34820-QA-follow-up-Fix-span-tag.patch (text/plain), 1.21 KB, created by
Katrin Fischer
on 2023-10-03 12:35:54 UTC
(
hide
)
Description:
Bug 34820: (QA follow-up) Fix span tag
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-10-03 12:35:54 UTC
Size:
1.21 KB
patch
obsolete
>From e649c2bfb0c495401e07ccb0964f301e83ac0b95 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Tue, 3 Oct 2023 12:34:11 +0000 >Subject: [PATCH] Bug 34820: (QA follow-up) Fix span tag > >One span tag was missing a <. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 c482940a02..c7bdb0bf15 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >@@ -313,7 +313,7 @@ > <span>Found in wrong place</span><br/> > [% ELSIF problem.key == 'changestatus' %] > [% IF result.notforloan %] >- <span>Item has unselected "Not for loan" status "[% result.notforloan | html %]"/span><br/> >+ <span>Item has unselected "Not for loan" status "[% result.notforloan | html %]"</span><br/> > [% ELSE %] > <span>Items has no "not for loan" status</span><br/> > [% END %] >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 34820
:
155838
|
155848
|
155849
|
155871
|
155928
|
155957
|
156499
|
156500
|
156501
| 156502