forked from verdnatura/salix-front
Merge pull request 'feat: refs #7704 Deleted minQuantity label' (!544) from 7704-itemMinimalQuantity into dev
Reviewed-on: verdnatura/salix-front#544 Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
This commit is contained in:
commit
28cf9ac509
|
@ -135,10 +135,6 @@ const isAdministrative = computed(() => {
|
|||
:label="t('item.summary.nonRecycledPlastic')"
|
||||
:value="item.nonRecycledPlastic"
|
||||
/>
|
||||
<VnLv
|
||||
:label="t('item.summary.minSalesQuantity')"
|
||||
:value="item.minQuantity"
|
||||
/>
|
||||
</QCard>
|
||||
<QCard class="vn-one">
|
||||
<component
|
||||
|
|
Loading…
Reference in New Issue