File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
app/code/Magento/CatalogInventory/view/adminhtml Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 568
568
<settings >
569
569
<scopeLabel >[GLOBAL]</scopeLabel >
570
570
<validation >
571
- <rule name =" validate-digits " xsi : type =" boolean" >true</rule >
571
+ <rule name =" validate-integer " xsi : type =" boolean" >true</rule >
572
572
<rule name =" validate-number" xsi : type =" boolean" >true</rule >
573
573
</validation >
574
574
<label translate =" true" >Qty Increments</label >
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ define([
20
20
var isDigits = value !== 1 ;
21
21
22
22
this . validation [ 'validate-integer' ] = isDigits ;
23
- this . validation [ 'validate-digits' ] = isDigits ;
24
23
this . validation [ 'less-than-equals-to' ] = isDigits ? 99999999 : 99999999.9999 ;
25
24
this . validate ( ) ;
26
25
}
You can’t perform that action at this time.
0 commit comments