Bug 17580: Add the Koha::Patron->get_overdues method
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 8 Nov 2016 12:16:49 +0000 (12:16 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 2 Dec 2016 19:15:52 +0000 (19:15 +0000)
commit46432511a600f0f22b35d004ee47eb573a33f94f
treeb9d8671a0eea5aec597b89ab6717d974331a060e
parent9d0c436cb4e6f6866957cdfd9623a10df07126f7
Bug 17580: Add the Koha::Patron->get_overdues method

This method will be used by several patches later.

Test plan:
  prove t/db_dependent/Koha/Patrons.t
should return green

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Koha/Patron.pm
t/db_dependent/Koha/Patrons.t