Skip to content

Commit

Permalink
Updated ISSN MARC generation.
Browse files Browse the repository at this point in the history
Fixed incorrect value is leader character position 08. #4
  • Loading branch information
petkivim committed Aug 9, 2016
1 parent 87adc08 commit f357662
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ private static function process($publication, $format, $serializer, $form, $publ
}

private static function getLeader() {
return "00000nas_a22000008i 4500";
return "00000nas a22000008i 4500";
}

private static function getField007($format) {
Expand Down

0 comments on commit f357662

Please sign in to comment.