Bug 14708: (QA follow-up) Use try/catch blocks when calling delete() on a patron
[koha-ffzg.git] / Koha / Patron / Attribute.pm
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)