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

(-)a/Koha/Account/Line.pm (-2 / +1 lines)
Lines 66-72 sub void { Link Here
66
                amount    => $amount_paid,
66
                amount    => $amount_paid,
67
                type      => 'Void Payment',
67
                type      => 'Void Payment',
68
            }
68
            }
69
        );
69
        )->store();
70
    }
70
    }
71
71
72
    $self->set(
72
    $self->set(
73
- 

Return to bug 18790