Support for 000 -> 010 fields.
authortipaul <tipaul>
Wed, 12 Feb 2003 11:01:01 +0000 (11:01 +0000)
committertipaul <tipaul>
Wed, 12 Feb 2003 11:01:01 +0000 (11:01 +0000)
commit8d75bf95683fc2610f2d5829f9617107134e9d6b
tree319688baa73f1bf08664d7c0ea19f6758934fb96
parent4054c4e3c25297b81d984a5932db87d8052fa7d0
Support for 000 -> 010 fields.
Those fields doesn't have subfields.
In koha, we will use a specific "trick" : fields <10 will have a "virtual" subfield : "@".
Note it's only virtual : when rebuilding the MARC::Record, the koha API handle correctly "@" subfields => the resulting MARC record has a 00x field without subfield.
C4/Biblio.pm