|
|
@@ -236,7 +236,7 @@ $producer = GlobalParam::getCurrentProducer() ; |
|
|
|
<span class="other"> |
|
|
|
<span v-if="product.description.length">/</span> |
|
|
|
<span class="description">{{ product.description }}</span> |
|
|
|
<span v-if="product.weight">({{ product.weight }}g)</span> |
|
|
|
<span v-if="product.weight">({{ product.weight }} g)</span> |
|
|
|
</span> |
|
|
|
<span v-if="product.quantity_max > 0 && ((product.quantity_form / product.coefficient_unit == product.quantity_remaining) || ((product.quantity_remaining * product.coefficient_unit) - product.quantity_form) < product.step)" class="label label-danger"> |
|
|
|
Épuisé |