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" }}