fix layout
All checks were successful
Deploy Amap / deploy (push) Successful in 9s

This commit is contained in:
2026-02-20 18:51:45 +01:00
parent f4bb71a296
commit da22f24198

View File

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