Bug 17568

Summary: Add the Koha::Patron->library 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: julian.maurice, katrin.fischer, kyle, tomascohen
Version: master   
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: 17569    
Attachments: Bug 17568: Add the Koha::Patron->library method
[SIGNED-OFF] Bug 17568: Add the Koha::Patron->library method
Bug 17568: Add the Koha::Patron->library method

Description Jonathan Druart 2016-11-07 14:31:18 UTC

    
Comment 1 Jonathan Druart 2016-11-07 14:32:52 UTC
Created attachment 57261 [details] [review]
Bug 17568: Add the Koha::Patron->library method

This method will be convenient when moving code to Koha::Patrons

Test plan:
  prove t/db_dependent/Koha/Patrons.t
should return green
Comment 2 Josef Moravec 2016-11-07 19:55:07 UTC
Created attachment 57280 [details] [review]
[SIGNED-OFF] Bug 17568: Add the Koha::Patron->library method

This method will be convenient when moving code to Koha::Patrons

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

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Comment 3 Julian Maurice 2016-12-01 13:06:08 UTC
Created attachment 57859 [details] [review]
Bug 17568: Add the Koha::Patron->library method

This method will be convenient when moving code to Koha::Patrons

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

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Comment 4 Julian Maurice 2016-12-01 13:08:06 UTC
Trivial patch. Tests pass.
Passed QA
Comment 5 Kyle M Hall 2016-12-16 12:01:53 UTC
Pushed to master for 17.05, thanks Jonathan!
Comment 6 Katrin Fischer 2016-12-18 20:40:51 UTC
This won't get backported to 16.11.x as it is an enhancement.