Bug 16911: Koha::Patron::Categories - Move GetExpiryDate to ->get_expiry_date
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 11 Jul 2016 22:45:55 +0000 (23:45 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 9 Sep 2016 09:45:31 +0000 (09:45 +0000)
commit92bfc28eb0fd15aefccaef300943de9e7b161c40
treed8dbca381177bab7f242a18c539244a280a5149a
parent5bbcaf215eb0ffef18db3163f19fd140bd78da3c
Bug 16911: Koha::Patron::Categories - Move GetExpiryDate to ->get_expiry_date

This patch moves the code from C4::Members::GetExpiryDate to
Koha::Patron::Categories.
Nothing much exiting, please follow test plan in next patches.

Signed-off-by: Aleisha Amohia <aleishaamohia@hotmail.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Members.pm
Koha/Patron/Category.pm
members/memberentry.pl
tools/import_borrowers.pl