From e5ce577785c1c59ca351e9fc4b039e2c756aa7bf Mon Sep 17 00:00:00 2001 From: Martin Quarda Date: Sun, 13 Oct 2024 14:59:28 +0200 Subject: [PATCH] fix --- alkatorapi/templates/invoice.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/alkatorapi/templates/invoice.html b/alkatorapi/templates/invoice.html index 076ce51..1d522bb 100644 --- a/alkatorapi/templates/invoice.html +++ b/alkatorapi/templates/invoice.html @@ -212,11 +212,8 @@ {% for product in products %} - {{product.product.name}} - - - - 1 + {{product.product.name}} + {{product.quantity}} {{product.price}},00 Kč