Bugzilla – Attachment #69159: Bug 18790 [QA Followup] - Store the new offset for the void for
bug #18790
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
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