Bugzilla – Attachment 138255 Details for
Bug 29897
Display author identifiers for researchers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29897: Add and fix POD
Bug-29897-Add-and-fix-POD.patch (text/plain), 1.45 KB, created by
Jonathan Druart
on 2022-07-29 08:52:46 UTC
(
hide
)
Description:
Bug 29897: Add and fix POD
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-07-29 08:52:46 UTC
Size:
1.45 KB
patch
obsolete
>From d2ee120835d55a7745f1adac8c01d3f5b7322224 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 2 May 2022 11:08:41 +0200 >Subject: [PATCH] Bug 29897: Add and fix POD > >Sponsored-by: Orex Digital >--- > Koha/Biblio.pm | 11 +++++++++-- > 1 file changed, 9 insertions(+), 2 deletions(-) > >diff --git a/Koha/Biblio.pm b/Koha/Biblio.pm >index d35d54e8cb1..4ddfe5e973b 100644 >--- a/Koha/Biblio.pm >+++ b/Koha/Biblio.pm >@@ -1001,6 +1001,13 @@ sub get_marc_notes { > return \@marcnotes; > } > >+=head3 _get_marc_authors >+ >+Private method to return the list of authors contained in the MARC record. >+See get get_marc_contributors and get_marc_authors for the public methods. >+ >+=cut >+ > sub _get_marc_authors { > my ( $self, $params ) = @_; > >@@ -1091,7 +1098,7 @@ sub _get_marc_authors { > my $contributors = $biblio->get_marc_contributors; > > Get all contributors (but first author) from the MARC record and returns them in an array. >-They are stored in different fields depending on MARC flavour (700..712 for MARC21) >+They are stored in different fields depending on MARC flavour (700..720 for MARC21) > > =cut > >@@ -1126,7 +1133,7 @@ sub get_marc_contributors { > > Get all authors from the MARC record and returns them in an array. > They are stored in different fields depending on MARC flavour >-(main author from 100 then secondary authors from 700..712). >+(main author from 100 then secondary authors from 700..720). > > =cut > >-- >2.25.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 29897
:
129816
|
129817
|
129818
|
129819
|
132961
|
132962
|
132963
|
132964
|
133081
|
133113
|
133114
|
133115
|
133116
|
133117
|
134459
|
134460
|
134461
|
134462
|
134463
|
134464
|
135983
|
135984
|
135985
|
135986
|
135987
|
135988
|
135989
|
135990
|
135991
|
135992
|
135993
|
138249
|
138250
|
138251
|
138252
|
138253
|
138254
|
138255
|
138256
|
138257
|
138258
|
138259
|
138260
|
138371
|
138372
|
138425
|
138426
|
138427
|
138428
|
138429
|
138430
|
138431
|
138432
|
138433
|
138434
|
138435
|
138486
|
138487
|
138490
|
138501
|
138664
|
138665
|
138666
|
138667
|
138668
|
138669
|
138670
|
138671
|
138672
|
138673
|
138674
|
138675
|
138676
|
138677
|
138678
|
138679