http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9145
--- Comment #7 from Jonathan Druart <[email protected]> --- (In reply to comment #4) > Hi Jonathan Druart, > > The format problem maybe happen from copying from my pref test to the > authorities.pref. > Can you test now? > > I've modified the authorithies.pref. Yes, it fixes the previous issue. However I don't understand how to have a record without 100$a before entering in the AddAuthority routine. In C4/AuthoritiesMarc ~l.710 We always enter in the following statement: if (my $string=$record->subfield('100',"a")) and never in the elsif ($record->field('100')) or else statement. Could you provide a test plan to test your patch please ? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
