[Koha-bugs] [Bug 28960] New: EDI transfer_items uses a relationship where it's looking for a field

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 7 13:12:40 CEST 2021


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

            Bug ID: 28960
           Summary: EDI transfer_items uses a relationship where it's
                    looking for a field
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Acquisitions
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: martin.renvoize at ptfs-europe.com
        QA Contact: testopia at bugs.koha-community.org

In Koha::EDI::transfer_items we do a branchcode comparison. Unfortunately, the
comparison is called against a DBIx::Class relationship accessor instead of
explicitly calling get_column to get the corresponding field value instead of a
full fledged DBIx::Class::Result object.

This can cause issues in proceedings.

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