mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 05:31:24 +00:00
feat: allow negative taxes
This commit is contained in:
@@ -169,7 +169,7 @@ const rules = computed(() => {
|
||||
required: helpers.withMessage(t('validation.required'), required),
|
||||
between: helpers.withMessage(
|
||||
t('validation.enter_valid_tax_rate'),
|
||||
between(0, 100)
|
||||
between(-100, 100)
|
||||
),
|
||||
},
|
||||
description: {
|
||||
|
||||
Reference in New Issue
Block a user