@@ -, +, @@ StockRotationAdvance --- Koha/StockRotationItem.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/Koha/StockRotationItem.pm +++ a/Koha/StockRotationItem.pm @@ -245,7 +245,8 @@ sub advance { my $exception = $_; my $found_transfer = $_->transfer; if ( $found_transfer->in_transit - || $found_transfer->reason eq 'Reserve' ) + || $found_transfer->reason eq 'Reserve' + || $found_transfer->reason eq 'RotatingCollection' ) { return $item->request_transfer( { --