mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
fix: checkbox cell.
This commit is contained in:
@@ -79,10 +79,7 @@ function ExpenseForm({
|
||||
}
|
||||
const categories = values.categories.filter(
|
||||
(category) =>
|
||||
category.amount &&
|
||||
category.index &&
|
||||
category.expense_account_id &&
|
||||
category.landed_cost,
|
||||
category.amount && category.index && category.expense_account_id,
|
||||
);
|
||||
|
||||
const form = {
|
||||
|
||||
Reference in New Issue
Block a user