[Koha-bugs] [Bug 19651] New: SIP/ILS/Item missing title

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 20 12:47:46 CET 2017


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: koha-bugs at lists.koha-community.org
          Reporter: stefan.berndtsson at ub.gu.se
        QA Contact: testopia at bugs.koha-community.org
                CC: colin.campbell at ptfs-europe.com

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.


More information about the Koha-bugs mailing list