diff --git a/src/Service/InvoiceCreator.php b/src/Service/InvoiceCreator.php index b31dad70..3c3c3e1f 100644 --- a/src/Service/InvoiceCreator.php +++ b/src/Service/InvoiceCreator.php @@ -56,7 +56,7 @@ class InvoiceCreator $batts = $criteria->getBatteries(); foreach ($batts as $batt) { - $sell_price = $batt->getSellingPrice() + $sell_price = $batt->getSellingPrice(); $vat = $this->getVATAmount($sell_price); $vat_ex_price = $this->getVATExclusivePrice($sell_price);