fix tax percent & pdf money format issue

This commit is contained in:
raishvaria
2019-12-14 14:42:34 +05:30
parent d04e142a3e
commit 7c6a40374d
8 changed files with 116 additions and 33 deletions

View File

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