Corretto incongruenze OrdersCart
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
v-if="!!item && item.order && item.order.product"
|
||||
>
|
||||
{{ item.order.product.name }} ({{
|
||||
productStore.getQuantityByOrder(item.order)
|
||||
productStore.getQuantityByOrder($t, item.order)
|
||||
}})<br />
|
||||
</div>
|
||||
</div>
|
||||
@@ -141,7 +141,7 @@
|
||||
<div v-for="(item, index) of props.row.items" :key="index">
|
||||
<div v-if="!!item.order && item.order.product">
|
||||
{{ item.order.product.name }} ({{
|
||||
productStore.getQuantityByOrder(item.order)
|
||||
productStore.getQuantityByOrder($t, item.order)
|
||||
}})<br />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user