Bug 15496: (QA follow-up) Fix new uses of Koha::Biblio::items in list context
[koha-equinox.git] / Koha / Biblio.pm
2019-04-26 Nick ClemensBug 15496: (QA follow-up) Fix new uses of Koha::Biblio...
2019-04-26 Kyle M HallBug 15496: Delete Bib After Moving Item
2019-04-24 Tomas Cohen AraziBug 22701: Make items prefetchable from Koha::Biblio
2019-04-24 Tomas Cohen AraziBug 22700: Make biblio_metadata prefetchable from Koha...
2019-03-13 Tomas Cohen AraziBug 22455: Add Koha::Biblio::hidden_in_opac method
2019-01-30 Kyle M HallBug 22144: Add method metadata() to Koha::Biblio
2018-09-07 Marcel de RooyBug 17530: (QA follow-up) Move may_article_request...
2018-09-07 Marcel de RooyBug 17530: Add Koha::IssuingRules->guess_article_reques...
2018-07-18 Jonathan DruartBug 18072: Only accept Koha::Library in parameters
2018-07-18 Lari TaskulaBug 18072: Add Koha::Biblio->can_be_transferred
2018-02-16 Jonathan DruartBug 20176: [sql_modes] Set biblio.datecreated to NOW...
2018-02-13 Alex ArnaudBug 4319: (QA follow-up) Rename hasItemswaitingOrInTran...
2018-02-13 Alex ArnaudBug 4319: [OPAC] Allow holds on waiting/transit items
2017-08-25 Mark TompsettBug 19040: Refactor GetMarcBiblio parameters
2017-03-31 Marcel de RooyBug 17736: [Follow-up] Resolve inherited AUTOLOAD for...
2017-03-31 Marcel de RooyBug 17736: [Follow-up] Rename to current_holds
2017-03-31 Jonathan DruartBug 17736: Add the Koha::Biblio->holds_placed_before_to...
2017-03-31 Tomas Cohen AraziBug 18258: (QA followup) Use Koha::Subscriptions
2017-03-31 Jonathan DruartBug 18258: Add the Koha::Biblio->subscriptions method
2016-12-16 Jonathan DruartBug 17630: Add the Koha::Biblio->holds method
2016-12-02 Kyle M HallBug 17709 - Article request broken - 'internal server...
2016-11-15 Jonathan DruartBug 17599: Move C4::Circulation::GetIssuingRule to...
2016-10-26 Katrin FischerBug 14610 - Follow-up
2016-10-26 Kyle M HallBug 14610 [QA Followup] - Fix publishercode issue
2016-10-26 Kyle M HallBug 14610 - Add and update modules
2016-03-07 Kyle M Hall Bug 14694 - Make decreaseloanHighHolds more flexible
2016-02-12 Jonathan DruartBug 15446: Rename Koha::Object[s]->type with _type
2015-12-31 Kyle M HallBug 13918 [QA Followup] - Improve $biblio->subtitles()
2015-12-31 Kyle M HallBug 13918 - Add waiting expiration date to opac list...
2015-07-29 Kyle M HallBug 13851: Replace waiting holds logic in circulation...