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

(-)a/t/db_dependent/Letters.t (-2 / +3 lines)
Lines 196-202 subtest 'getletter' => sub { Link Here
196
196
197
    my $context = Test::MockModule->new('C4::Context');
197
    my $context = Test::MockModule->new('C4::Context');
198
    $context->mock( 'userenv', sub {
198
    $context->mock( 'userenv', sub {
199
        return { branch => "anotherlib" }
199
        return {
200
            flags  => 1,
201
            branch => "anotherlib" }
200
    });
202
    });
201
203
202
    t::lib::Mocks::mock_preference('IndependentBranches', 1);
204
    t::lib::Mocks::mock_preference('IndependentBranches', 1);
203
- 

Return to bug 19042