[Koha-bugs] [Bug 16889] Move the ::columns subroutines to Koha::Objects->columns

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jul 9 15:54:26 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16889

--- Comment #1 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list