Show gross amount in expense total
This commit is contained in:
parent
f6e5d4e63b
commit
1b01aaf6ac
|
|
@ -94,7 +94,7 @@ double calculateExpenseCategoryAmount({
|
|||
|
||||
expenseMap.forEach((expenseId, expense) {
|
||||
if (expense.categoryId == categoryId) {
|
||||
total += expense.amount;
|
||||
total += expense.grossAmount;
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue