https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16889 Bug ID: 16889 Summary: Move the ::columns subroutines to Koha::Objects->columns Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart@bugs.koha-community.org Reporter: jonathan.druart@bugs.koha-community.org QA Contact: testopia@bugs.koha-community.org Currently we have 3 subroutines to retrieve the columns of tables: C4::Members::columns, C4::Items::columns and C4::Items::biblioitems_columns. It will be easier to have a Koha::Objects->columns method to provide the different classes to retrieve their related column names. -- You are receiving this mail because: You are watching all bug changes.