View | Details | Raw Unified | Return to bug 19343
Collapse All | Expand All

(-)a/t/db_dependent/Virtualshelves.t (-2 / +2 lines)
Lines 416-422 subtest 'Get shelves containing biblios' => sub { Link Here
416
        {   shelfname    => "my x second shelf", # 'x' to make it sorted after 'third'
416
        {   shelfname    => "my x second shelf", # 'x' to make it sorted after 'third'
417
            owner        => $patron2->{borrowernumber},
417
            owner        => $patron2->{borrowernumber},
418
            category     => 1,
418
            category     => 1,
419
            allow_add    => 1,
419
            allow_change_from_owner => 1,
420
            allow_change_from_others => 1,
420
        }
421
        }
421
    )->store;
422
    )->store;
422
    my $shelf3 = Koha::Virtualshelf->new(
423
    my $shelf3 = Koha::Virtualshelf->new(
423
- 

Return to bug 19343