Koha/t/db_dependent/Members
Jonathan Druart 1dc9daf5b3
Bug 20443: Move GetBorrowerAttributeValue to Koha::Patron->get_extended_attribute_value
We want to retrieve a specific patron's attribute for a given patron.
We then add a new method to Koha::Patron.

This patch add a getter method ->get_extended_attribute_value
to use the DBIx::Class relation

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2020-03-23 13:39:16 +00:00
..
Attributes.t Bug 20443: Move GetBorrowerAttributeValue to Koha::Patron->get_extended_attribute_value 2020-03-23 13:39:16 +00:00
GetAllIssues.t Bug 23463: Fix tests 2020-03-23 09:26:34 +00:00
IssueSlip.t Bug 23463: Replace AddItem calls with Koha::Item->store 2020-03-23 09:26:26 +00:00
Statistics.t Bug 16443: [QA Follow-up] Add two tests for get_fields 2016-06-10 16:35:10 +00:00