mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-29 20:51:09 -04:00
Merge branch 'negative-tax-options' into 'master'
Solved negative tax options issue See merge request mohit.panjvani/crater-web!735
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