[Koha-bugs] [Bug 7345] Should be possible to export MARC records without private fields

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 3 10:49:31 CET 2012


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

--- Comment #26 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2012-02-03 09:49:31 UTC ---
Additional observation:
See point 2 of comment23. You only delete ONE field. Method delete_fields does
not seem to do what it promises. In my example the 942 was deleted, but the 952
and 999 remained.
If you change the call as follows, all three are gone:
   $marc_record_obj->delete_field($_) for @privatefields;

Somewhere above Paul mentioned the need of keeping items (while we now remove
952s). I would argue that if you want these items, pick the other format. If
you really want marc *standard*, do not pass 952. Or -- in some followup --
convert 952 to real marc, 852 or so ..

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list