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

(-)a/t/db_dependent/Circulation.t (-3 lines)
Lines 1720-1724 sub set_userenv { Link Here
1720
    my ( $library ) = @_;
1720
    my ( $library ) = @_;
1721
    C4::Context->set_userenv(0,0,0,'firstname','surname', $library->{branchcode}, $library->{branchname}, '', '', '');
1721
    C4::Context->set_userenv(0,0,0,'firstname','surname', $library->{branchcode}, $library->{branchname}, '', '', '');
1722
}
1722
}
1723
1724
1;
1725
- 

Return to bug 18292