]> git.koha-community.org Git - koha.git/commit
Bug 29234: Unit test
authorNick Clemens <nick@bywatersolutions.com>
Mon, 27 Mar 2023 10:58:43 +0000 (10:58 +0000)
committerMatt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Tue, 11 Apr 2023 11:17:58 +0000 (11:17 +0000)
commit559ac79c47701aef410624a9b0996b38ad8d73c8
tree4334987300817cb8f178d0644b61ea1da8138d6f
parent4abb30f84466b85cbdf9ca20612e5cd7cd06594e
Bug 29234: Unit test

This patch adds a test that a pending stock rotation transfer is initiated on
checkin, as well as updating the defaults for creating transfer objects

To test:
prove -v t/db_dependent/Circulation.t

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 80f5b3351123225b93ab9b85a30b0428790234bf)
Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
t/db_dependent/Circulation.t
t/lib/TestBuilder.pm