Bug 25757: Add Koha::Item::Transfer->transit method
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 18 Dec 2020 16:35:15 +0000 (16:35 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 3 Mar 2021 14:36:12 +0000 (15:36 +0100)
commit74bcdd3765db812d7aec4086a54904373777e476
tree55074344a16b8b70d73253e6c2a37d46b5c4aa2a
parent94056d8df2a150cf3d3274f9b6c3b765fa5f6d4e
Bug 25757: Add Koha::Item::Transfer->transit method

Test plan
1/ Run the included unit tests

Signed-off-by: Kathleen Milne <kathleen.milne@cne-siar.gov.uk>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/Exceptions/Item/Transfer.pm
Koha/Item/Transfer.pm
t/db_dependent/Koha/Item/Transfer.t [new file with mode: 0755]