Bugzilla – Attachment 155705 Details for
Bug 33958
Add Koha::Biblio->normalized_oclc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33958: (QA follow-up) tidy normalized_oclc
Bug-33958-QA-follow-up-tidy-normalizedoclc.patch (text/plain), 845 bytes, created by
Kyle M Hall (khall)
on 2023-09-15 17:01:54 UTC
(
hide
)
Description:
Bug 33958: (QA follow-up) tidy normalized_oclc
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2023-09-15 17:01:54 UTC
Size:
845 bytes
patch
obsolete
>From 3a971d5bdb06b58d7d7177ddcaa9134130922b30 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 15 Sep 2023 13:00:54 -0400 >Subject: [PATCH] Bug 33958: (QA follow-up) tidy normalized_oclc > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > Koha/Biblio.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/Koha/Biblio.pm b/Koha/Biblio.pm >index a82fc01d127..46f96df61c1 100644 >--- a/Koha/Biblio.pm >+++ b/Koha/Biblio.pm >@@ -1303,9 +1303,9 @@ Normalizes and returns the OCLC number found in the MARC record. > =cut > > sub normalized_oclc { >- my ( $self ) = @_; >+ my ($self) = @_; > my $marc_record = $self->metadata->record; >- return C4::Koha::GetNormalizedOCLCNumber( $marc_record ); >+ return C4::Koha::GetNormalizedOCLCNumber($marc_record); > } > > =head3 to_api >-- >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 33958
:
152175
|
152176
|
155703
|
155704
|
155705
|
156214
|
156215
|
156216