mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Reverse a cancellation
This commit is contained in:
parent
4846c9bccc
commit
6af50df3df
@ -66,7 +66,7 @@ class HandleCancellation extends AbstractService
|
||||
public function reverse()
|
||||
{
|
||||
|
||||
$cancellation = $this->backup->cancellation;
|
||||
$cancellation = $this->invoice->backup->cancellation;
|
||||
|
||||
$adjustment = $cancellation->adjustment*-1;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user