NatLibFi / koha-plugin-rest-di

REST API plugin for Koha to provide additional functionality for discovery interfaces such as VuFind
GNU General Public License v3.0
9 stars 9 forks source link

Filter out cancelled transfers when checking whether item is in transit #8

Closed ghost closed 3 years ago

ghost commented 3 years ago

In newer Koha versions it is possible to cancel a transfer by setting a timestamp to branchtransfers.datecancelled column. These transfer rows in the DB are not active transfers and should be filtered out when checking whether item is in transit or not.

EreMaijala commented 3 years ago

@kohaputti Thanks!