Fixes for tests

This commit is contained in:
David Bomba 2024-06-22 12:48:43 +10:00
parent 2a97787ddb
commit 79b93f75bb

View File

@ -332,7 +332,7 @@ class InvoiceItemSum
public function setLineTotal($total) public function setLineTotal($total)
{ {
$this->item->line_total = $total; $this->item->line_total = (float) $total;
return $this; return $this;
} }