Bug 20443: Move C4::Members::AttributeTypes::GetAttributeTypes to Koha::Patron::Attri...
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 16 Jul 2018 22:04:03 +0000 (19:04 -0300)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 23 Mar 2020 13:44:35 +0000 (13:44 +0000)
commitf1d210019b1f87465a8bad33f57ba6d20bec65f9
treefbd99ecaff8c63ad10dc5ab8f614812093208def
parent5dd44a8f088c5c8537d0e0046a34d57655f2b7fd
Bug 20443: Move C4::Members::AttributeTypes::GetAttributeTypes to Koha::Patron::Attribute::Types

We can then now start to move methods from C4::Members::AttributeTypes
as well.

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
14 files changed:
C4/Auth_with_ldap.pm
C4/Members/AttributeTypes.pm
C4/Members/Attributes.pm
Koha/Template/Plugin/Branches.pm
admin/patron-attr-types.pl
koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt
members/memberentry.pl
members/moremember.pl
reports/borrowers_stats.pl
reports/issues_stats.pl
t/Members_AttributeTypes.t
t/db_dependent/Koha/Patron/Attribute/Types.t
tools/import_borrowers.pl
tools/modborrowers.pl