[Koha-bugs] [Bug 12734] Authority 001 should be set to authid in AddAuthority()

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jan 14 12:12:56 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12734

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
                 CC|                            |m.de.rooy at rijksmuseum.nl
             Status|NEW                         |RESOLVED

--- Comment #2 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
>From AddAuthority:

unless ($record->field('001') && $record->field('001')->data() eq $authid){
        $record->delete_field($record->field('001'));
        $record->insert_fields_ordered(MARC::Field->new('001',$authid));
}

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list