http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15358 --- Comment #5 from Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> --- Bug 8064 has it's merits in this problem, but is not alone. If you go back far enough( git reset --hard HEAD~144, just before 8064), you get populated fields, but the merge will fail with "Subfields are only for data fields (generally, just tags >= 010) at /home/bgkriegel/kohaclone/C4/AuthoritiesMarc.pm line 1536." You need to go way back ( git reset --hard HEAD~774, just before Bug 14639 ) to have a successful auth merge. In authorities/merge.pl, $recordObj1->authtype method returns 'undef', it's a Koha::MetadataRecord object. That was modified in Bug 14639 -- You are receiving this mail because: You are watching all bug changes.