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