Revisions to auto-generated authorities patch
[koha_ffzg] / C4 / AuthoritiesMarc.pm
index 644f53d..bd768f5 100644 (file)
@@ -522,7 +522,7 @@ sub AddAuthority {
 # pass the MARC::Record to this function, and it will create the records in the authority table
   my ($record,$authid,$authtypecode) = @_;
   my $dbh=C4::Context->dbh;
-       my $leader='    nz   a22     o  4500';#Leader for incomplete MARC21 record
+       my $leader='     nz  a22     o  4500';#Leader for incomplete MARC21 record
 
 # if authid empty => true add, find a new authid number
   my $format= 'UNIMARCAUTH' if (uc(C4::Context->preference('marcflavour')) eq 'UNIMARC');