Skip to content

Commit 0772c26

Browse files
authored
Added "number" validation to minimum order amount in the backend (#2439)
1 parent 969194e commit 0772c26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/core/Mage/Sales/etc/system.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@
181181
<show_in_website>1</show_in_website>
182182
<show_in_store>0</show_in_store>
183183
<comment>Subtotal after discount.</comment>
184+
<validate>validate-number</validate>
184185
</amount>
185186
<description translate="label comment">
186187
<label>Description Message</label>

0 commit comments

Comments
 (0)