Bug 28520: Revert "Bug 12362: (QA follow-up) Fix ModItemTransfer cancellation handling"
authorJoonas Kylmälä <joonas.kylmala@helsinki.fi>
Tue, 8 Jun 2021 07:47:32 +0000 (07:47 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 15 Jun 2021 14:41:47 +0000 (16:41 +0200)
commitcea528dbf36c6967b7e364e11ab304fa94718bd4
tree35da46ab58da03b6c61e7d20d2a1e69eb54f206d
parent28a154a02cacf964312ff68f74dd9e92ddf29bde
Bug 28520: Revert "Bug 12362: (QA follow-up) Fix ModItemTransfer cancellation handling"

This reverts commit fbba09f63f200d3e57a8612554984d807867cf84.

This commit was part of a series adding adding reverse transfers, i.e.
transfers that were created for transfers that were cancelled and
we wanted the item to return back to its sending library. This however
hid the information about transfer happening and we need another approach
to the problem.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/Item.pm