Summary: | Add the Koha::Patron::Category->effective_BlockExpiredPatronOpacActions method | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Architecture, internals, and plumbing | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | kyle, mtj |
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: | ||
Circulation function: | |||
Bug Depends on: | 17555 | ||
Bug Blocks: | 17522 | ||
Attachments: |
Bug 17604: GetMemberDetails - Add Koha::Patron::Category->effective_BlockExpiredPatronOpacActions
[SIGNED-OFF] Bug 17604: GetMemberDetails - Add Koha::Patron::Category->effective_BlockExpiredPatronOpacActions Bug 17604: GetMemberDetails - Add Koha::Patron::Category->effective_BlockExpiredPatronOpacActions |
Description
Jonathan Druart
2016-11-10 08:41:05 UTC
Created attachment 57413 [details] [review] Bug 17604: GetMemberDetails - Add Koha::Patron::Category->effective_BlockExpiredPatronOpacActions This patch simply adds a new method to retrieve the correct value of BlockExpiredPatronOpacActions. Test plan: prove t/db_dependent/Koha/Patron/Categories.t should return green Created attachment 57477 [details] [review] [SIGNED-OFF] Bug 17604: GetMemberDetails - Add Koha::Patron::Category->effective_BlockExpiredPatronOpacActions This patch simply adds a new method to retrieve the correct value of BlockExpiredPatronOpacActions. Test plan: prove t/db_dependent/Koha/Patron/Categories.t should return green Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Created attachment 57497 [details] [review] Bug 17604: GetMemberDetails - Add Koha::Patron::Category->effective_BlockExpiredPatronOpacActions This patch simply adds a new method to retrieve the correct value of BlockExpiredPatronOpacActions. Test plan: prove t/db_dependent/Koha/Patron/Categories.t should return green Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Pushed to master for 16.11, thanks Jonathan! (In reply to Kyle M Hall from comment #4) > Pushed to master for 16.11, thanks Jonathan! enhancement, passing for 16.05 |