Merge branch 'main' of gitea.aldon.fr:Mop/amap
All checks were successful
Deploy Amap / deploy (push) Successful in 35s
All checks were successful
Deploy Amap / deploy (push) Successful in 35s
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user