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

--- Comment #26 from M. de Rooy <[email protected]> 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.
_______________________________________________
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