9 Jul
2016
9 Jul
'16
3:54 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16889 --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 53240 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=53240&action=edit Bug 16889: Add Koha::Objects->columns Currently we have 3 subroutines to retrieve the columns of tables: C4::Members::columns, C4::Items::columns and C4::Items::biblioitems_columns. It is 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.