http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9145 --- Comment #7 from Jonathan Druart <jonathan.druart@biblibre.com> --- (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.