https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19651
Bug ID: 19651
Summary: SIP/ILS/Item missing title
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: P5 - low
Component: SIP2
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
In 17.05 of C4/SIP/ILS/Item.pm (sub new) $item is fetched via
GetBiblioFromItemNumber(). I assume this means that "title" was available as a
property on the $item object.
In master however, $item is fetched using Koha::Item->find() which means it is
a pure Item object, and does not contain biblio data. $item->{title} is
therefor lost.
The "title" property has to be reinserted from $biblio explicitly. Looking at
the %fields hash in the same file, "author" is probably another field that
needs fixing too.
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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/