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

(-)a/t/db_dependent/Circulation.t (-3 lines)
Lines 1630-1634 sub set_userenv { Link Here
1630
    my ( $library ) = @_;
1630
    my ( $library ) = @_;
1631
    C4::Context->set_userenv(0,0,0,'firstname','surname', $library->{branchcode}, $library->{branchname}, '', '', '');
1631
    C4::Context->set_userenv(0,0,0,'firstname','surname', $library->{branchcode}, $library->{branchname}, '', '', '');
1632
}
1632
}
1633
1634
1;
1635
- 

Return to bug 18292