Bug 18401: Add new method Koha::Checkout->patron
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 5 Apr 2017 19:42:26 +0000 (16:42 -0300)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 28 Apr 2017 12:58:46 +0000 (08:58 -0400)
commit02dffe16081fdcf35b50824d963d2420546a95eb
tree9cca3af4063e2b00092862a58f72ed40f803e537
parente3d8fb0b845f50f6debc9a246a09a22f3f88c406
Bug 18401: Add new method Koha::Checkout->patron

Return the patron related to a given checkout

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

Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Koha/Checkout.pm
t/db_dependent/Koha/Checkouts.t