[Koha-bugs] [Bug 14560] Rameau authorities

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 17 16:42:20 CEST 2015


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

--- Comment #1 from Matthias Meusburger <matthias.meusburger at biblibre.com> ---
Created attachment 41072
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41072&action=edit
Bug 14560: Rameau authorities

The purpose of this patch is to give a clean support for merging composed
Rameau authorities.

Rameau authorities are composed authorities that look like this:

606    _311954119
       _aGuerillas
       _311943195
       _yBolivie
       _311976947
       _z1945-1970

If processed correctly, the result after merge should be:

606    _311954119
       _926311
       _aGuerillas
       _311943195
       _926312
       _yBolivie
       _311976947
       _926313
       _z1945-1970
       _2rameau

Test plan
---------

Make a call to the merge function like this:

merge($mergefrom,$MARCfrom,$mergeto,$MARCto, $biblionumber);

With $mergefrom and $mergeto being the same koha authid, $MARCfrom and $MARCto
being the result of GetAuthority($authid), and $biblionumber the biblio you
want to merge the authority in.

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


More information about the Koha-bugs mailing list