From de3c8155320df2374ac017c20b63b312e9b74949 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 4 Feb 2026 16:47:29 +0100 Subject: [PATCH] Fix invoice view. --- resources/views/xml/invoice.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/xml/invoice.blade.php b/resources/views/xml/invoice.blade.php index 1ea7194..0eaa037 100644 --- a/resources/views/xml/invoice.blade.php +++ b/resources/views/xml/invoice.blade.php @@ -117,7 +117,7 @@ {{ $invoice->sum }} @foreach($invoice->items as $item) - + + 1 {{ $item->amount }} {{ $item->amount * $item->price * (100 - $item->discount) / 100 }}