Merge pull request #10108 from firefly-iii/fix-9858

Whoops
This commit is contained in:
James Cole
2025-04-07 19:48:52 +02:00
committed by GitHub

View File

@@ -487,7 +487,6 @@ class BasicController extends Controller
// #9858 skip over currencies with no available budget. // #9858 skip over currencies with no available budget.
continue; continue;
} }
continue;
$spentInCurrency = $row['sum']; $spentInCurrency = $row['sum'];
$leftToSpend = bcadd($amount, $spentInCurrency); $leftToSpend = bcadd($amount, $spentInCurrency);
$perDay = '0'; $perDay = '0';