[Koha-bugs] [Bug 8304] composed authorities Rameau management

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 20 16:14:09 CEST 2012


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

Matthias Meusburger <matthias.meusburger at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #10453|0                           |1
        is obsolete|                            |

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

Bug 5635: bulkmarcimport new parameters & features

This patch is designed to manage the composed authorities the Way Rameau is
coping with them in France.
This enables libraries to merge composed authorities and only change the
heading field.
It supposes that the previous data is sent to merge function so that process
deletes previous heading entries.

Say you have in a biblio record :
   - 606
       $9 1214
       $3 123
       $a Europe
       $9 1215
       $3 456
       $y France
       $9 1210
       $3 199
       $x Politiciens
       $9 1216
       $3 789
       $z 1801-1860
And you change authority 1210
    -250
        $a Politiciens
into
    -250
        $a Politique

You should get :
   - 606
       $9 1214
       $3 123
       $a Europe
       $9 1215
       $3 456
       $y France
       $9 1210
       $3 199
       $x Politique
       $9 1216
       $3 789
       $z 1801-1860

In an other record :
   - 606
       $9 1210
       $3 199
       $a Politiciens
You should get :
   - 606
       $9 1210
       $3 199
       $a Politique

This patch changes the merge function.
And adds three internal functions.
merge function  has been prettyfied
And documentation from GuessAuthTypeCode has been updated (had not been)

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


More information about the Koha-bugs mailing list