@@ -, +, @@ --- t/db_dependent/Virtualshelves.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/t/db_dependent/Virtualshelves.t +++ a/t/db_dependent/Virtualshelves.t @@ -416,7 +416,8 @@ subtest 'Get shelves containing biblios' => sub { { shelfname => "my x second shelf", # 'x' to make it sorted after 'third' owner => $patron2->{borrowernumber}, category => 1, - allow_add => 1, + allow_change_from_owner => 1, + allow_change_from_others => 1, } )->store; my $shelf3 = Koha::Virtualshelf->new( --