bottoni fiducia
This commit is contained in:
@@ -41,7 +41,7 @@ export default defineComponent({
|
||||
|
||||
function addsubqty(addqty: boolean, subqty: boolean) {
|
||||
if (addqty) {
|
||||
if (props.order.quantity! >= 10)
|
||||
if (props.order.quantity >= 10)
|
||||
return false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user