mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-18 18:54:07 +00: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