mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
feat: checkbox show negative in red.
This commit is contained in:
@@ -6,6 +6,7 @@ import { defaultTo } from 'lodash';
|
||||
const Schema = Yup.object().shape({
|
||||
format_money: Yup.string(),
|
||||
show_zero: Yup.boolean(),
|
||||
show_in_red: Yup.boolean(),
|
||||
divide_on_1000: Yup.boolean(),
|
||||
negative_format: Yup.string(),
|
||||
precision: Yup.string(),
|
||||
|
||||
Reference in New Issue
Block a user