Reverse a cancellation

This commit is contained in:
David Bomba 2020-06-15 09:53:57 +10:00
parent 4846c9bccc
commit 6af50df3df

View File

@ -66,7 +66,7 @@ class HandleCancellation extends AbstractService
public function reverse()
{
$cancellation = $this->backup->cancellation;
$cancellation = $this->invoice->backup->cancellation;
$adjustment = $cancellation->adjustment*-1;