We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28869c6 commit f85499dCopy full SHA for f85499d
app/code/Magento/Sales/etc/adminhtml/system.xml
@@ -92,7 +92,7 @@
92
</field>
93
<field id="amount" translate="label comment" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="0">
94
<label>Minimum Amount</label>
95
- <validate>validate-number</validate>
+ <validate>validate-number validate-greater-than-zero</validate>
96
<comment>Subtotal after discount</comment>
97
98
<field id="include_discount_amount" translate="label" sortOrder="12" type="select" showInDefault="1" showInWebsite="1" showInStore="0" canRestore="1">
0 commit comments