Problem in addbiblio.pl in all versions of koha - Additional authors are not saved properly
Dear All, When a new record is created addbiblio.pl is inserting all multiple authors entered at tag 700 subfield 'a' in the additionalauthors table perfectly well, each in separate record duplicating the biblionumber. But when the record is updated using edit biblio only one of these multiple authors entered in the tag 700 of MARC 21 is retaind and the other authors are missing from the additionalauthors table. If a new author is added to the tag 700 that author alone figure in the additionalauthors field. Where as I am able to add modify Topical Terms with out loosing any entry and they are properly inserted/updated in the bibliosubjet table. Can any body guide me as to how to rectify this error. I found this happen in koha 2.2.7 version also, both in Linux and Windows version. Thanks With regards, T. JOGI RAJU --------------------------------- Now that's room service! Choose from over 150,000 hotels in 45,000 destinations on Yahoo! Travel to find your fit.
We have a fix for this that takes the additional authors from the marc tables rather than the additional authors table. I'll commit the update to the 2.2 branch; there should be a bugfix release coming out in a few days, hopefully I'll get it in before then. Ryan Higgins ----LibLime---------------------------------- Providing Open-Source Solutions for Libraries Migration, Training, Maintenance and Support Featuring Koha ILS : http://liblime.com/koha --------------------------------------------- ----- Original Message ----- From: "Jogiraju TALLAPRAGADA" <library_mrec@yahoo.com> To: Koha@lists.katipo.co.nz Sent: Wednesday, February 21, 2007 11:28:51 PM (GMT-0500) America/New_York Subject: [Koha] Problem in addbiblio.pl in all versions of koha - Additional authors are not saved properly Dear All, When a new record is created addbiblio.pl is inserting all multiple authors entered at tag 700 subfield 'a' in the additionalauthors table perfectly well, each in separate record duplicating the biblionumber. But when the record is updated using edit biblio only one of these multiple authors entered in the tag 700 of MARC 21 is retaind and the other authors are missing from the additionalauthors table. If a new author is added to the tag 700 that author alone figure in the additionalauthors field. Where as I am able to add modify Topical Terms with out loosing any entry and they are properly inserted/updated in the bibliosubjet table. Can any body guide me as to how to rectify this error. I found this happen in koha 2.2.7 version also, both in Linux and Windows version. Thanks With regards, T. JOGI RAJU Now that's room service! Choose from over 150,000 hotels in 45,000 destinations on Yahoo! Travel to find your fit.
participants (2)
-
Jogiraju TALLAPRAGADA -
Ryan Higgins