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

--- Comment #20 from Paul Poulain <paul.poul...@biblibre.com> ---
Created attachment 18325
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18325&action=edit
Bug 8304 : composed authorities Rameau management

This patch is designed to manage the composed authorities the Way Rameau is
coping with them in France.
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.
Signed-off-by: Pierre Angot <tredok.pie...@gmail.com>

-- 
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