Bug 18401

Summary: Add the Koha::Checkout->patron method
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Architecture, internals, and plumbingAssignee: Jonathan Druart <jonathan.druart>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: dcook, katrin.fischer, kyle, veron
Version: master   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 18402    
Attachments: Bug 18401: Add new method Koha::Checkout->patron
Bug 18401: Add new method Koha::Checkout->patron
Bug 18401: Add new method Koha::Checkout->patron

Description Jonathan Druart 2017-04-07 21:15:07 UTC

    
Comment 1 Jonathan Druart 2017-04-07 21:18:52 UTC
Created attachment 61979 [details] [review]
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
Comment 2 Marc Véron 2017-04-08 08:22:24 UTC
Created attachment 61985 [details] [review]
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>
Comment 3 Marc Véron 2017-04-08 08:23:21 UTC
Tested on master, setting Version from unspecified to master
Comment 4 Nick Clemens 2017-04-25 20:05:04 UTC
Created attachment 62700 [details] [review]
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>
Comment 5 Kyle M Hall 2017-04-28 12:59:05 UTC
Pushed to master for 17.05, thanks Jonathan!
Comment 6 Katrin Fischer 2017-05-13 12:32:12 UTC
This won't get ported back to 16.11.x as it is an enhancement.
Comment 7 David Cook 2019-03-07 04:46:50 UTC
Found a bug with this when the checkout has a null borrowernumber. Will spin out a new report.
Comment 8 David Cook 2019-03-07 04:50:06 UTC
(In reply to David Cook from comment #7)
> Found a bug with this when the checkout has a null borrowernumber. Will spin
> out a new report.

Nevermind. It's fixed by #21432.