Bug 26988: Add API route to fetch hold pickup locations and use it in the holds table
[koha.git] / Koha / Acquisition / Order.pm
2020-10-15 Jonathan DruartBug 26515: Don't need to call safe_to_delete
2020-10-15 Tomas Cohen AraziBug 26515: (QA follow-up) Preserve original behaviour
2020-10-15 Tomas Cohen AraziBug 26515: Better feedback on errors
2020-10-15 Tomas Cohen AraziBug 26515: (follow-up) Do not count self when checking...
2020-10-15 Tomas Cohen AraziBug 26515: Add Koha::Acquisition::Order->cancel
2020-05-04 Jonathan DruartBug 24161: Keep tracks of late orders claims
2020-05-01 Tomas Cohen AraziBug 25297: Consistent return value in K::A::Order-...
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2020-02-04 Jonathan DruartBug 24440: Rename current_holds with current_item_level...
2020-02-04 Tomas Cohen AraziBug 24440: (follow-up) Make related objects prefetchable
2020-02-04 Tomas Cohen AraziBug 24440: Add ->current_holds to Koha::Acquisition...
2020-01-09 Tomas Cohen AraziBug 18731: /acquisitions/orders endpoint
2019-11-27 Jonathan DruartBug 23927: Do not copy invoiceid for a new duplicated...
2019-04-10 Jonathan DruartBug 22390: Never copy items if original order has been...
2019-04-10 Jonathan DruartBug 22390: (bug 15184 follow-up) Use aqorders.subscript...
2018-11-08 Jonathan DruartBug 15184: Set created_by to the logged in user
2018-11-08 Jonathan DruartBug 15184: Do copy items for not a serial OR if items...
2018-11-08 Jonathan DruartBug 15184: Add POD
2018-11-08 Jonathan DruartBug 15184: Add the ability to duplicate existing order...
2018-08-30 Jonathan DruartBug 20366: Add new method Koha::Acquisition::Order...
2018-08-30 Jonathan DruartBug 20726: Add new method Acquisition::Order->invoice
2018-08-30 Jonathan DruartBug 20726: Add new method Koha::Acquisition::Order...
2018-07-06 Julian MauriceBug 12395: Save order line's creator
2018-02-26 Jonathan DruartBug 20199: Send a DateTime to DBIC instead of an iso...
2017-10-11 Nick ClemensBug 15685: (QA follow-up) Address QA issues
2017-10-11 Tomas Cohen AraziBug 15685: Add tests for Koha::Acquisition::Order-...
2017-10-11 Tomas Cohen AraziBug 15685: POD
2017-10-11 Jesse WeaverBug 15685: Allow creation of items (AcqCreateItem)...
2017-09-07 Tomas Cohen AraziBug 19256: (QA followup) Add missing POD
2017-09-07 Jonathan DruartBug 19256: Make Koha::Acq::Order using Koha::Object
2016-04-29 Jesse WeaverBug 15531: (followup) Use a quantity of 1, not null...
2016-04-29 Jesse WeaverBug 15531: Add support for standing orders
2015-02-10 Jonathan DruartBug 13319: Fix Koha::Acq::Order should set parent_order...
2014-10-28 Jonathan DruartBug 12830: use find instead of search
2014-10-28 Jonathan DruartBug 12830: Move the order-related code into Koha::Acqui...