[Koha-bugs] [Bug 5684] Z search on OCLC pulls in 952s

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 28 19:23:05 CEST 2011


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

--- Comment #1 from Frédérick Capovilla <fcapovilla at live.ca> 2011-03-28 17:23:05 UTC ---
Created attachment 3473
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=3473
Initial patch that removes all 952 fields in records from Z39.50 for new
acquisitions

This bug can cause another problem, more severe this time :
We have two Koha instances sharing records via Z39.50. When we create a new
acquisition in Koha1 using a record fetched from Koha2, the items of the record
are also imported.
Later, if we want to delete the items that were added incorrectly, the
itemnumber used for deletion is the itemnumber from Koha2, so items are deleted
randomly in the Koha1 instance.
Also, if the item that was imported was on loan, it can't be deleted because it
is still considered as "on loan" on Koha1.

I attached a simple patch that deletes all the 952 fields from the record when
importing it from z39.50 for acquisitions. This way, the problems can be
prevented.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list