- Seleziona l'ordine GAS e compare sulla email
- img logo
This commit is contained in:
@@ -42,7 +42,7 @@ export default defineComponent({
|
||||
function addsubqty(addqty: boolean, subqty: boolean) {
|
||||
if (products.isQtyAvailableByOrder(props.order)) {
|
||||
if (addqty) {
|
||||
if (props.order.quantity >= 20)
|
||||
if (props.order.quantity >= 100)
|
||||
return false
|
||||
}
|
||||
|
||||
@@ -54,7 +54,7 @@ export default defineComponent({
|
||||
|
||||
if (products.isInPreorderByOrder(props.order)) {
|
||||
if (addqty) {
|
||||
if (props.order.quantitypreordered >= 20)
|
||||
if (props.order.quantitypreordered >= 100)
|
||||
return false
|
||||
}
|
||||
|
||||
@@ -99,6 +99,8 @@ export default defineComponent({
|
||||
removeFromCard,
|
||||
isApplicatoSconto,
|
||||
getRisparmio,
|
||||
tools,
|
||||
products,
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user