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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/

Reply via email to