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

(-)a/t/db_dependent/Koha/Items.t (-1 / +2 lines)
Lines 1066-1071 subtest 'store' => sub { Link Here
1066
            is( $overdue->status, 'LOST',
1066
            is( $overdue->status, 'LOST',
1067
                'Overdue status set to LOST' );
1067
                'Overdue status set to LOST' );
1068
1068
1069
            t::lib::Mocks::mock_preference( 'AccountAutoReconcile', 0 );
1070
1069
            # Forgive fine
1071
            # Forgive fine
1070
            $credit = $account->add_credit(
1072
            $credit = $account->add_credit(
1071
                {
1073
                {
1072
- 

Return to bug 23091