Bug 27796: (QA follow-up) Missing filters
[koha.git] / Koha / Patron / Attribute.pm
2021-04-09 Jonathan DruartBug 28031: Remove type from parameter of *_ok methods
2021-04-09 Martin RenvoizeBug 28031: (follow-up) Clarify check methods
2021-04-09 Tomas Cohen AraziBug 28031: (follow-up) Retrieve type only once
2021-04-09 Tomas Cohen AraziBug 28031: Avoid wrong exception on saving updated...
2021-04-09 Tomas Cohen AraziBug 27858: Make Koha::Patron::Attribute->store raise...
2021-04-09 Tomas Cohen AraziBug 27833: Make K::P::Attribute add the object to the...
2021-03-09 Tomas Cohen AraziBug 27855: Implement Koha::Patron::Attribute->to_api_ma...
2020-03-23 Jonathan DruartBug 20443: Do not explode if attribute does not have...
2020-03-23 Jonathan DruartBug 20443: Fix POD
2020-03-23 Jonathan DruartBug 20443: Remove CheckUniqueness
2020-03-23 Jonathan DruartBug 20443: Move GetBorrowerAttributes to Koha::Patron...
2020-03-23 Jonathan DruartBug 20443: Remove opac_display and opac_editable from...
2020-03-23 Jonathan DruartBug 20443: Revert some stuffs from 12159
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2019-03-28 Josef MoravecBug 12159: Fix getting extended patron attributes for...
2017-03-31 Jonathan DruartBug 17828: return $self to be consistent
2017-03-31 Jonathan DruartBug 17828: Use Koha::Patron::Attributes instead of...
2017-03-31 Tomas Cohen AraziBug 17828: (QA followup) Add ->type and reuse it
2017-03-31 Tomas Cohen AraziBug 17828: Overload Koha::Patron::Attribute->store...
2017-03-24 Tomas Cohen AraziBug 17792: Add opac_editable and opac_display methods
2017-03-24 Tomas Cohen AraziBug 17792: Introduce Koha::Patron::Attribute(s)