https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16911
Bug ID: 16911
Summary: Koha::Patrons - Move ExtendMemberSubscriptionTo to
->extend_subscription
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: ASSIGNED
Severity: enhancement
Priority: P5 - low
Component: Architecture, internals, and plumbing
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
The goal of these patches will be to move the 2 subroutines GetExpiryDate and
ExtendMemberSubscriptionTo to the 2 methods of
Koha::Patron::Category->get_expiry_date and Koha::Patron->get_expiry_date
This way, we will have a nice code like
my $patron = Koha::Patrons->find( 42 );
$patron->move_to_deleted; # From bug 16907
$patron->delete; # Which will handle the different deletion to do before
deleting a patron
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/