Skip to content

Commit

Permalink
fix(frozen period): remove unused income flow total in liquid category
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed May 19, 2024
1 parent e5d818f commit ca97396
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/Controllers/FrozenPeriodController.php
Original file line number Diff line number Diff line change
Expand Up @@ -892,8 +892,6 @@ function ($previous_total, $summary) {
BigRational::zero()
);

$net_income_subtotal = $income_flow_subtotal
->minus($expense_flow_subtotal);
array_push($liquid_cash_flow_category_subtotals, [
"cash_flow_category_id" => $cash_flow_category_id,
"subtotal" => $asset_flow_subtotal->simplified()
Expand Down

0 comments on commit ca97396

Please sign in to comment.