mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix some bugs in multi-currency reports.
This commit is contained in:
@@ -222,7 +222,7 @@ class OperationsRepository implements OperationsRepositoryInterface
|
||||
|
||||
// catch "no category" entries.
|
||||
if (0 === $budgetId) {
|
||||
$budgetName = (string)trans('firefly.no_budget');
|
||||
continue;
|
||||
}
|
||||
|
||||
// info about the currency:
|
||||
|
Reference in New Issue
Block a user