[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
Wed Jul 13 17:44:58 CEST 2016


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #53293|0                           |1
        is obsolete|                            |
  Attachment #53294|0                           |1
        is obsolete|                            |
  Attachment #53295|0                           |1
        is obsolete|                            |
  Attachment #53379|0                           |1
        is obsolete|                            |

--- Comment #15 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 53380
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=53380&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.

Signed-off-by: Mark Tompsett <mtompset at hotmail.com>

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list