Bugzilla – Attachment 174149 Details for
Bug 37998
Tabs and backslashes in the data break item search display
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37998: (QA follow-up) Remove excess whitespace in catalogue/itemsearch_item.json.inc
Bug-37998-QA-follow-up-Remove-excess-whitespace-in.patch (text/plain), 1.56 KB, created by
Paul Derscheid
on 2024-11-07 11:52:51 UTC
(
hide
)
Description:
Bug 37998: (QA follow-up) Remove excess whitespace in catalogue/itemsearch_item.json.inc
Filename:
MIME Type:
Creator:
Paul Derscheid
Created:
2024-11-07 11:52:51 UTC
Size:
1.56 KB
patch
obsolete
>From 74c56486f1554a2f66419e003dda6cfa02024fcb Mon Sep 17 00:00:00 2001 >From: Paul Derscheid <paul.derscheid@lmscloud.de> >Date: Thu, 7 Nov 2024 11:51:21 +0000 >Subject: [PATCH] Bug 37998: (QA follow-up) Remove excess whitespace in > catalogue/itemsearch_item.json.inc > >--- > .../prog/en/includes/catalogue/itemsearch_item.json.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.json.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.json.inc >index e78a231ce1..c9a039f77c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.json.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.json.inc >@@ -26,7 +26,7 @@ > "[% Branches.GetName(item.holdingbranch) | html %]", > "[% AuthorisedValues.GetDescriptionByKohaField( frameworkcode => biblio.frameworkcode, kohafield => 'items.location', authorised_value => item.location) | html %]", > "[% ItemTypes.GetDescription(item.itype) | html %]", >- "[% item.stocknumber | html | $To %]", >+ "[% item.stocknumber | html | $To %]", > "[% AuthorisedValues.GetDescriptionByKohaField( frameworkcode => biblio.frameworkcode, kohafield => 'items.notforloan', authorised_value => item.notforloan) | html %]", > "[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.itemlost', authorised_value => item.itemlost ) || "" | html %]", > "[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.withdrawn', authorised_value => item.withdrawn ) || "" | html %]", >-- >2.39.5
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 37998
:
171954
|
171955
|
174127
| 174149