Bugzilla – Attachment 185090 Details for
Bug 34142
Add column sub_location to items table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34142: Add missing whitespace
0003-Bug-34142-Add-missing-whitespace.patch (text/plain), 1.26 KB, created by
Emmi Takkinen
on 2025-08-04 09:45:47 UTC
(
hide
)
Description:
Bug 34142: Add missing whitespace
Filename:
MIME Type:
Creator:
Emmi Takkinen
Created:
2025-08-04 09:45:47 UTC
Size:
1.26 KB
patch
obsolete
>From 78c9726f2fac15633a192bbad689266ec9198c7c Mon Sep 17 00:00:00 2001 >From: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> >Date: Mon, 4 Aug 2025 12:41:49 +0300 >Subject: [PATCH 3/3] Bug 34142: Add missing whitespace > >--- > .../en/includes/html_helpers/tables/items/catalogue_detail.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc >index 1048f0d396..819d4d5311 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc >@@ -444,7 +444,7 @@ > if ( row.sub_location ) { > nodes += '<span class="sub_location">'; > let sub_location_str = av_subloc.get(row.sub_location.toString()); >- nodes += '(%s)'.format(escape_str(sub_location_str)); >+ nodes += ' (%s)'.format(escape_str(sub_location_str)); > nodes += '</span>'; > } > nodes += '</span>'; >-- >2.34.1 >
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 34142
:
157299
|
157300
|
159236
|
159237
|
164875
|
164876
|
164877
|
167714
|
172103
|
172104
|
179906
|
179907
|
180087
|
180088
|
185088
|
185089
| 185090