https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25046 Bug ID: 25046 Summary: C4::Utils::DataTables::Members does not SELECT othernames from borrowers table Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Patrons Assignee: koha-bugs@lists.koha-community.org Reporter: a.roussos@dataly.gr QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com In C4/Utils/DataTables/Members.pm, the SELECT statement that fetches patron data from the database does not include borrowers.othernames in the field list. As a consequence, when the output is in the form of a DataTable, the Template Toolkit files that refer to .othernames (such as the patron-title.inc include) won't display the information from the "Other name" input field if that field has been filled in. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.