[Koha-bugs] [Bug 26082] New: Follow up to bug 23463 - need to call Koha::Item store to get itemnumber

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 29 14:21:53 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26082

            Bug ID: 26082
           Summary: Follow up to bug 23463 - need to call Koha::Item store
                    to get itemnumber
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P5 - low
         Component: Acquisitions
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: colin.campbell at ptfs-europe.com
        QA Contact: testopia at bugs.koha-community.org

As a result of using Koha::Item instead of AddItem processing of Edifact
messages are aborting. When calling Koha::Item->new we need to call store in
order to have a valid itemnumber returned otherwise the itemnumber is undefined
causing subsequent usage of it to abort. A case in Illrequest.pm was picked up
in bug 23463 the cases in EDI.pm need to be amended similarly

-- 
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