[Koha-bugs] [Bug 5090] New order from empty record does not save publication year and ISBN

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 5 15:36:24 CEST 2010


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

--- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de>  ---
I'm not sure this is the problem. 

What I found out is, that MARC21 has no default mapping to
biblioitems.publicationyear. addorder.pl checks the field mapped to
biblioitems.publicationyear to create a MARC record. Because it is not mapped,
the publication year is not saved.

260$c is mapped to biblio.copyrightdate in MARC21. 
biblioitems.publicationyear is only mapped for UNIMARC.

I worked on the bug yesterday to solve the problem. What helps is to map
biblioitems.publicationyear to a field, but I think it should work with
standard fields and mappings.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Koha-bugs mailing list