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@lists.koha-community.org Reporter: martin.renvoize@ptfs-europe.com QA Contact: testopia@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.