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

(-)a/t/db_dependent/Circulation.t (-2 / +1 lines)
Lines 654-660 C4::Context->dbh->do("DELETE FROM accountlines"); Link Here
654
654
655
    AddReserve(
655
    AddReserve(
656
        'MPL', $borrowernumber2, $biblionumber,
656
        'MPL', $borrowernumber2, $biblionumber,
657
        'a', '',  1, undef, undef, '',
657
        '',  1, undef, undef, '',
658
        undef, undef, undef
658
        undef, undef, undef
659
    );
659
    );
660
660
661
- 

Return to bug 14337