[Koha-bugs] [Bug 2403] items.cn_sort not calculated when items added via AddItemFromMarc

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Fri Jul 25 16:51:10 CEST 2008


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2403





------- Comment #1 from galen.charlton at liblime.com  2008-07-25 07:51 -------
Ixnay to calling private Items methods from client code.  AddItemFromMarc is
just a wrapper that parses the item data from the MARC item record, then calls
AddItem, which in turn calculates cn_sort.

Possible solutions:

* ensure that acq/serial item editors set the classification source - this is
probably the quickest short-term fix

* have AddItem calculate cn_sort using the generic rule when no cn_source is
set




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.



More information about the Koha-bugs mailing list