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

--- Comment #1 from Frédérick Capovilla <[email protected]> 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.
_______________________________________________
Koha-bugs mailing list
[email protected]
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