X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=authorities%2Fdetail.pl;fp=authorities%2Fdetail.pl;h=9a7a4954aef22a673664fab61c8721eea3e89ac6;hb=e515e49bced5cb9c678606e0184d20ef275385bf;hp=a1fbdae32e71b37faef80dc73c30e28e74bbca81;hpb=82b6bf935ebab579f32005e2a1de38fd57645b02;p=koha.git diff --git a/authorities/detail.pl b/authorities/detail.pl index a1fbdae32e..9a7a4954ae 100755 --- a/authorities/detail.pl +++ b/authorities/detail.pl @@ -370,7 +370,7 @@ sub build_tabs ($$$$$) { @fields = $record->field($tag); } else { - push @fields, $record->leader(); # if tag == 000 + push @fields, MARC::Field->new('000', $record->leader()); # if tag == 000 } # loop through each field foreach my $field (@fields) {