19 Mar
2013
19 Mar
'13
3:10 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8015 --- Comment #63 from Kyle M Hall <kyle@bywatersolutions.com> --- Point of documentation: It is possible to operate on a field without a subfield if and only if that field does not have subfields according to the MARC specification. For example, we can copy 005 to 052$b, because 005 is just data without subfields. We can also copy 952$g to 300$c, as they are data points as well. The scenario that does not work is trying to move a field with subfields to a new field. That is, for example, we cannot move field 300 to field 500. What can can do is move 300$a to 500$a, 300$b to 500%b, and so on. -- You are receiving this mail because: You are watching all bug changes.