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

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

Return to bug 18292