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

(-)a/Koha/Account/Line.pm (-2 / +1 lines)
Lines 73-79 sub checkout { Link Here
73
73
74
  $payment_accountline->void();
74
  $payment_accountline->void();
75
75
76
Used to 'void' (or reverse) a payment/credit. It will role back any offsets
76
Used to 'void' (or reverse) a payment/credit. It will roll back any offsets
77
created by the application of this credit upon any debits and mark the credit
77
created by the application of this credit upon any debits and mark the credit
78
as 'void' by updating it's status to "VOID".
78
as 'void' by updating it's status to "VOID".
79
79
80
- 

Return to bug 22511