From f4bb71a296b571994d7cf338f8e3e7996ee900d8 Mon Sep 17 00:00:00 2001 From: JulienAldon Date: Fri, 20 Feb 2026 18:51:11 +0100 Subject: [PATCH] fix layout --- backend/src/contracts/templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/contracts/templates/layout.html b/backend/src/contracts/templates/layout.html index f4a6116..37f09a7 100644 --- a/backend/src/contracts/templates/layout.html +++ b/backend/src/contracts/templates/layout.html @@ -274,7 +274,7 @@ else ""}} - {{rec.product.quantity if rec.product.quantity != None else ""}}{{"g" if rec.product.unit == "1" else "kg" if + {{rec.quantity if rec.quantity != None else ""}}{{"g" if rec.product.unit == "1" else "kg" if rec.product.unit == "2" else "p" }}