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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 23 09:36:44 CEST 2013


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

--- Comment #20 from Paul Poulain <paul.poulain at 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.pierre at gmail.com>

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


More information about the Koha-bugs mailing list