Skip to content

Commit

Permalink
fix(frozen period): add missing exchange rates
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed May 25, 2024
1 parent d665d39 commit 7d3c6e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Controllers/FrozenPeriodController.php
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,8 @@ function($request_data) use ($controller, $current_user) {
$cash_flow_categories,
$accounts,
$raw_summary_calculations,
$raw_flow_calculations
$raw_flow_calculations,
$raw_exchange_rates
] = static::calculateValidSummaryCalculations(
$info,
false
Expand Down

0 comments on commit 7d3c6e9

Please sign in to comment.