Bug 29897: Rename get_marc_authors with get_marc_contributors
[srvgit] / opac / opac-sendbasket.pl
index fcc49e0..9448f21 100755 (executable)
@@ -85,7 +85,7 @@ if ( $email_add ) {
                 patron      => $patron,
             }
         );
-        my $marcauthorsarray = $biblio->get_marc_authors;
+        my $marcauthorsarray = $biblio->get_marc_contributors;
         my $marcsubjctsarray = GetMarcSubjects( $record, $marcflavour );
 
         my @items = GetItemsInfo( $biblionumber );