Bug 18282: operationId must be unique
[koha.git] / Koha / AuthorisedValues.pm
2016-11-18 Jonathan DruartBug 17642: Do not explode if no authorised value exist
2016-11-18 Jonathan DruartBug 17642: Add and use get_descriptions_by_koha_field
2016-11-18 Jonathan DruartBug 17642: use get_description_by_koha_field when needed
2016-11-18 Jonathan DruartBug 17642: Add get_description_by_koha_field
2016-11-18 Jonathan DruartBug 17642: Add find_by_koha_field
2016-11-18 Jonathan DruartBug 17642: Try to fix AV code
2016-10-21 Jonathan DruartBug 17253: Fetch all the columns instead of only author...
2016-10-21 Jonathan DruartBug 17251: Koha::AuthorisedValues - Remove GetKohaAutho...
2016-10-21 Jonathan DruartBug 17250 - Koha::AuthorisedValues - Remove GetAuthValCode
2016-10-21 Jonathan DruartBug 17249: Remove GetKohaAuthorisedValuesFromField...
2016-04-26 Jonathan DruartBug 12478: Add Koha::AuthorisedValue[s] class
2016-02-12 Jonathan DruartBug 15446: Rename Koha::Object[s]->type with _type
2015-10-19 Jonathan DruartBug 10363: FIX regression - prevent duplicate
2015-10-19 Jonathan DruartBug 10363: Fix pod
2015-10-19 Kyle M HallBug 10363: [QA Followup]
2015-10-19 Jonathan DruartBug 10363: Use Koha::AuthorisedValue[s] in the admin...
2015-10-19 Kyle M HallBug 10363: There is no package for authorised values.