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 b225ac3 + 1998fcb commit 5ddf66fCopy full SHA for 5ddf66f
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