https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21714 Bug ID: 21714 Summary: Unable to view vendor with strict_sql_modes enabled 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: andrew.isherwood@ptfs-europe.com QA Contact: testopia@bugs.koha-community.org With strict_sql_modes enabled it is not possible to view a vendor detail page, instead the following error is displayed: Can't use an undefined value as an ARRAY reference at /usr/lib/x86_64-linux-gnu/perl5/5.24/DBI.pm line 2088. After some digging around, the error seems to be being generated when this query is run: https://github.com/PTFS-Europe/koha/blob/master/C4/Acquisition.pm#L719 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.