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.
2 parents 12bcf3f + f85499d commit 1998fcbCopy full SHA for 1998fcb
app/code/Magento/Sales/etc/adminhtml/system.xml
@@ -92,6 +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-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