mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Building report from issue #386
This commit is contained in:
		| @@ -209,7 +209,7 @@ class BudgetController extends Controller | ||||
|  | ||||
|         // the expenses: | ||||
|         $periods  = Navigation::listOfPeriods($start, $end); | ||||
|         $entries  = $repository->getBudgetPeriodReport(new Collection([$budget]), $accounts, $start, $end); | ||||
|         $entries  = $repository->getBudgetPeriodReport(new Collection([$budget]), $accounts, $start, $end, false); | ||||
|         $budgeted = []; | ||||
|         $key      = Navigation::preferredCarbonFormat($start, $end); | ||||
|         $range    = Navigation::preferredRangeFormat($start, $end); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user