close #238 Fixed: Transfers are incorrectly being added as income under the Dashboard
This commit is contained in:
@ -339,7 +339,7 @@ class Dashboard extends Controller
|
||||
}
|
||||
}
|
||||
|
||||
$items_1 = $m1::whereBetween('paid_at', [$start, $end])->get();
|
||||
$items_1 = $m1::whereBetween('paid_at', [$start, $end])->isNotTransfer()->get();
|
||||
|
||||
$this->setCashFlowTotals($totals, $items_1, $date_format, $period);
|
||||
|
||||
|
Reference in New Issue
Block a user