mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -04:00
Solved negative tax options issue
This commit is contained in:
@ -157,7 +157,7 @@ export default {
|
|||||||
},
|
},
|
||||||
percent: {
|
percent: {
|
||||||
required,
|
required,
|
||||||
between: between(0, 100),
|
between: between(-100, 100),
|
||||||
},
|
},
|
||||||
description: {
|
description: {
|
||||||
maxLength: maxLength(255),
|
maxLength: maxLength(255),
|
||||||
|
|||||||
Reference in New Issue
Block a user