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

(-)a/t/db_dependent/Circulation.t (-3 lines)
Lines 1418-1422 sub set_userenv { Link Here
1418
    my ( $library ) = @_;
1418
    my ( $library ) = @_;
1419
    C4::Context->set_userenv(0,0,0,'firstname','surname', $library->{branchcode}, $library->{branchname}, '', '', '');
1419
    C4::Context->set_userenv(0,0,0,'firstname','surname', $library->{branchcode}, $library->{branchname}, '', '', '');
1420
}
1420
}
1421
1422
1;
1423
- 

Return to bug 18292