Bug 17973

Summary: Add the Koha::Checkout->item 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: katrin.fischer, kyle
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 17966    
Attachments: Bug 17973: Add the Koha::Checkout->item method
[SIGNED-OFF] Bug 17973: Add the Koha::Checkout->item method
Bug 17973: Add the Koha::Checkout->item method

Description Jonathan Druart 2017-01-23 16:56:28 UTC

    
Comment 1 Jonathan Druart 2017-01-23 17:01:07 UTC
Created attachment 59442 [details] [review]
Bug 17973: Add the Koha::Checkout->item method

Test plan:
  prove t/db_dependent/Koha/Checkouts.t
should return green
Comment 2 Josef Moravec 2017-01-23 21:43:09 UTC
Created attachment 59465 [details] [review]
[SIGNED-OFF] Bug 17973: Add the Koha::Checkout->item method

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

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Comment 3 Nick Clemens (kidclamp) 2017-02-17 11:10:57 UTC
Created attachment 60398 [details] [review]
Bug 17973: Add the Koha::Checkout->item method

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

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Comment 4 Kyle M Hall 2017-02-17 12:11:40 UTC
Pushed to master for 17.05, thanks Jonathan!
Comment 5 Katrin Fischer 2017-02-19 20:23:53 UTC
This won't get ported back to 16.11.x as it is an enhancement.