[Koha-bugs] [Bug 7412] Pre-filling items in cataloguing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 3 17:17:06 CET 2012


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

--- Comment #10 from Matthias Meusburger <matthias.meusburger at biblibre.com> 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.


More information about the Koha-bugs mailing list