http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7412
--- Comment #10 from Matthias Meusburger <[email protected]> 2012-02-03 16:17:06 UTC --- Using koha to marc mappings is indeed a good idea. However, considering default unimarc mappings, not all of the removed fields are mapped. Mapped: $field->delete_subfield(code => 'f'); # barcode $field->delete_subfield(code => 'k'); # itemcallnumber $field->delete_subfield(code => 'u'); # itemnotes $field->delete_subfield(code => 'v'); # enumchron Not mapped: $field->delete_subfield(code => 'x'); # ? $field->delete_subfield(code => 'z'); # ? What should we do with those two ? Documenting which fields are prevented from being prefilled is a good idea too... Where should it be done ? In the page itself ? In the help page ? -- 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/
