View | Details | Raw Unified | Return to bug 32730
Collapse All | Expand All

(-)a/Koha/Patron.pm (-2 / +4 lines)
Lines 1645-1651 sub get_enrollable_clubs { Link Here
1645
1645
1646
=head3 get_lists_with_patron
1646
=head3 get_lists_with_patron
1647
1647
1648
my @lists = $patron->get_lists_with_patron;
1648
    my @lists = $patron->get_lists_with_patron;
1649
1650
FIXME: This method returns a DBIC resultset instead of a Koha::Objects-based
1651
iterator.
1649
1652
1650
=cut
1653
=cut
1651
1654
1652
- 

Return to bug 32730