Bug 24013: Fix transferbook if item is checked out
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 20 Nov 2019 10:52:04 +0000 (11:52 +0100)
committerLucas Gass <lucas@bywatersolutions.com>
Thu, 30 Apr 2020 15:55:38 +0000 (15:55 +0000)
commit4c44691ed9c80b2887e1c08ecc2c46f8adfa3411
treec05d3b00bac8c0f017b76d72a842402012293fc8
parentac5c82b6a28d498df96386eac05cf0dd7cae0925
Bug 24013: Fix transferbook if item is checked out

Wrong conflict resolution, the following
  commit 6eade474ed3a84a5ba372a26ac27bf9fb4bd2299
  Bug 18276: Remove GetBiblioFromItemNumber - Easy ones
restored a previous change from
  commit 546379cc92b733cb29a0b70247a72c770afdad26
  Bug 17680: C4::Circulation - Remove GetItemIssue, simple calls

Not that "easy" or "simple"...

Test plan:
Run the test before and after this patch.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/Circulation.pm