fix layout

This commit is contained in:
2026-02-20 18:51:11 +01:00
parent 71a62e6d19
commit f4bb71a296

View File

@@ -274,7 +274,7 @@
else ""}} else ""}}
</td> </td>
<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" }} rec.product.unit == "2" else "p" }}
</td> </td>
</tr> </tr>