Bugzilla – Attachment 154859 Details for
Bug 31550
ILS-DI: Add OPAC description for some item fields
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31550: (follow-up) fix bareword issue
Bug-31550-follow-up-fix-bareword-issue.patch (text/plain), 1.01 KB, created by
David Nind
on 2023-08-26 22:11:18 UTC
(
hide
)
Description:
Bug 31550: (follow-up) fix bareword issue
Filename:
MIME Type:
Creator:
David Nind
Created:
2023-08-26 22:11:18 UTC
Size:
1.01 KB
patch
obsolete
>From 9fc535d0064b5bfa000e3f4e3354338dc945de46 Mon Sep 17 00:00:00 2001 >From: Thibaud Guillot <thibaud.guillot@biblibre.com> >Date: Wed, 4 Jan 2023 10:32:11 +0000 >Subject: [PATCH] Bug 31550: (follow-up) fix bareword issue > >Signed-off-by: David Nind <david@davidnind.com> >--- > C4/ILSDI/Services.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/ILSDI/Services.pm b/C4/ILSDI/Services.pm >index 06c23c26fc..1e42db7bda 100644 >--- a/C4/ILSDI/Services.pm >+++ b/C4/ILSDI/Services.pm >@@ -260,7 +260,7 @@ sub GetRecords { > if ( $item->$_ ) { > my $authorised_value = Koha::AuthorisedValues->find_by_koha_field( { kohafield => 'items.' . $_, authorised_value => $item->$_ } ); > if ($authorised_value) { >- $item{ $_ . _description } = $authorised_value->opac_description; >+ $item{ $_ . '_description' } = $authorised_value->opac_description; > } > } > } >-- >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 31550
:
140431
|
140432
|
144979
|
145041
|
145042
|
154370
|
154371
|
154372
|
154373
|
154374
|
154858
| 154859 |
154860