Bugzilla – Attachment 168968 Details for
Bug 29560
Add option to create MARC links when adding items to bundles
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29560: (follow-up) Clean up trailing comma
Bug-29560-follow-up-Clean-up-trailing-comma.patch (text/plain), 1.09 KB, created by
Martin Renvoize (ashimema)
on 2024-07-15 10:24:53 UTC
(
hide
)
Description:
Bug 29560: (follow-up) Clean up trailing comma
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-07-15 10:24:53 UTC
Size:
1.09 KB
patch
obsolete
>From c2fb4a4be50c98b53452e179f91c42eaaaeda6dd Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 15 Jul 2024 11:24:13 +0100 >Subject: [PATCH] Bug 29560: (follow-up) Clean up trailing comma > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > Koha/Biblio.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/Koha/Biblio.pm b/Koha/Biblio.pm >index 627ea95063a..8029be8e430 100644 >--- a/Koha/Biblio.pm >+++ b/Koha/Biblio.pm >@@ -1848,7 +1848,7 @@ sub generate_marc_host_field { > > # Control number > if ( $host_field = $marc_host->field('001') ) { >- $sfd{w} = $host_field->data(),; >+ $sfd{w} = $host_field->data(); > } > > # Control number identifier >@@ -1923,7 +1923,7 @@ sub generate_marc_host_field { > } > } > if ( $host_field = $marc_host->field('001') ) { >- $sfd{0} = $host_field->data(),; >+ $sfd{0} = $host_field->data(); > } > $link_field = MARC::Field->new( 461, '0', ' ', %sfd ); > } >-- >2.45.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 29560
:
135090
|
135091
|
137509
|
137510
|
156299
|
156300
|
159081
|
159082
|
168720
|
168721
|
168722
|
168723
|
168816
|
168817
|
168818
|
168819
|
168820
|
168821
|
168822
|
168823
|
168824
|
168825
|
168885
|
168886
|
168887
|
168888
|
168889
| 168968