Bug 16889: Remove C4::Members::columns and use Koha::Patrons->columns instead
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Sat, 9 Jul 2016 13:35:08 +0000 (14:35 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 15 Jul 2016 18:12:12 +0000 (18:12 +0000)
commitc97e04e8e79261a5dc2ac78f92a5b331ad6a8b30
tree54b308959f855302a401e75aba222472a2270bbb
parent5eba0ab027b7cb7c7bc9f3973c0700d4d64e5b12
Bug 16889: Remove C4::Members::columns and use Koha::Patrons->columns instead

Test plan:
Import some patrons (tools/import_borrowers.pl) and make sure it imports
the patrons correctly.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Members.pm
t/db_dependent/Members/columns.t [deleted file]
tools/import_borrowers.pl