Compare commits

..

2 Commits

Author SHA1 Message Date
da22f24198 fix layout
All checks were successful
Deploy Amap / deploy (push) Successful in 9s
2026-02-20 18:51:45 +01:00
f4bb71a296 fix layout 2026-02-20 18:51:11 +01:00

View File

@@ -274,7 +274,7 @@
else ""}}
</td>
<td>
{{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" }}
</td>
</tr>
@@ -317,7 +317,7 @@
product.product.quantity_unit != None else ""}}
</td>
<td>
{{product.product.quantity if product.product.quantity != None
{{product.quantity if product.quantity != None
else ""}}{{"g" if product.product.unit == "1" else
"kg" if product.product.unit == "2" else "p" }}
</td>