[Koha-bugs] [Bug 9145] Authorities: standard language for UNIMARC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 5 11:09:29 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9145

--- Comment #7 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list