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

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 8304
          Assignee: gmcha...@gmail.com
           Summary: composed authorities Rameau management
          Severity: enhancement
    Classification: Unclassified
                OS: All
          Reporter: matthias.meusbur...@biblibre.com
          Hardware: All
            Status: NEW
           Version: master
         Component: MARC Authority data support
           Product: Koha

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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to