diff --git a/app/Services/Invoice/HandleCancellation.php b/app/Services/Invoice/HandleCancellation.php index 50e9d8db5863..4b206867ea34 100644 --- a/app/Services/Invoice/HandleCancellation.php +++ b/app/Services/Invoice/HandleCancellation.php @@ -66,7 +66,7 @@ class HandleCancellation extends AbstractService public function reverse() { - $cancellation = $this->backup->cancellation; + $cancellation = $this->invoice->backup->cancellation; $adjustment = $cancellation->adjustment*-1;