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

(-)a/t/db_dependent/Circulation.t (-2 / +1 lines)
Lines 788-794 subtest "CanBookBeRenewed tests" => sub { Link Here
788
            {
788
            {
789
                amount      => $fines_amount,
789
                amount      => $fines_amount,
790
                interface   => 'test',
790
                interface   => 'test',
791
                type        => 'overdue',
791
                type        => 'PAYMENT',
792
                description => "Some fines"
792
                description => "Some fines"
793
            }
793
            }
794
        )->store;
794
        )->store;
795
- 

Return to bug 23293