mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -05:00
fix: apply filters in Reports dashboard for cash flow widget (#4683)
fix issue where filters set in the widget editor for the cash flow widget were not applied in the Reports dashboard
This commit is contained in:
@@ -35,6 +35,8 @@ export function simpleCashFlow(
|
||||
return q('transactions')
|
||||
.filter({
|
||||
[conditionsOpKey]: filters,
|
||||
})
|
||||
.filter({
|
||||
$and: [
|
||||
{ date: { $gte: start } },
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user