Solved negative tax options issue

This commit is contained in:
harshjagad20
2021-06-01 14:18:08 +05:30
parent 90bb90cd99
commit bcbffdcf30

View File

@ -157,7 +157,7 @@ export default {
},
percent: {
required,
between: between(0, 100),
between: between(-100, 100),
},
description: {
maxLength: maxLength(255),