Advertisement
Guest User

koha 3.8.x fix

a guest
Jun 23rd, 2014
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.39 KB | None | 0 0
  1. diff --git a/C4/Biblio.pm b/C4/Biblio.pm
  2. index 093fdaf..c761aaf 100644
  3. --- a/C4/Biblio.pm
  4. +++ b/C4/Biblio.pm
  5. @@ -2838,7 +2838,7 @@ per the bib's MARC framework.
  6.  =cut
  7.  
  8.  sub EmbedItemsInMarcBiblio {
  9. -    my ($marc, $biblionumber) = @_;
  10. +    my ($marc, $biblionumber, $itemnumbers) = @_;
  11.      croak "No MARC record" unless $marc;
  12.  
  13.      $itemnumbers = [] unless defined $itemnumbers;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement