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…
Reference in New Issue