mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-04 11:43:02 +00:00
Merge branch 'release/3.6.1' into develop
Conflicts: composer.lock
This commit is contained in:
@@ -385,7 +385,7 @@ class ReportHelper implements ReportHelperInterface
|
|||||||
|
|
||||||
foreach ($accounts as $account) {
|
foreach ($accounts as $account) {
|
||||||
$entry = $spentData->filter(
|
$entry = $spentData->filter(
|
||||||
function (TransactionJournal $model) use ($budget, $account) {
|
function (TransactionJournal $model) use ($account) {
|
||||||
return $model->account_id == $account->id && is_null($model->budget_id);
|
return $model->account_id == $account->id && is_null($model->budget_id);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
'chart' => 'chartjs',
|
'chart' => 'chartjs',
|
||||||
'version' => '3.6.0',
|
'version' => '3.6.1',
|
||||||
'index_periods' => ['1D', '1W', '1M', '3M', '6M', '1Y', 'custom'],
|
'index_periods' => ['1D', '1W', '1M', '3M', '6M', '1Y', 'custom'],
|
||||||
'budget_periods' => ['daily', 'weekly', 'monthly', 'quarterly', 'half-year', 'yearly'],
|
'budget_periods' => ['daily', 'weekly', 'monthly', 'quarterly', 'half-year', 'yearly'],
|
||||||
'csv_import_enabled' => true,
|
'csv_import_enabled' => true,
|
||||||
|
Reference in New Issue
Block a user