reports shows real budget information for total spend
This commit is contained in:
@@ -109,7 +109,7 @@ def workspace_reports(workspace_id):
|
||||
return render_template(
|
||||
"workspaces/reports/index.html",
|
||||
cumulative_budget=Reports.cumulative_budget(alternate_reports),
|
||||
workspace_totals=Reports.workspace_totals(alternate_reports),
|
||||
workspace_totals=Reports.workspace_totals(workspace),
|
||||
monthly_totals=Reports.monthly_totals(alternate_reports),
|
||||
current_month=current_month,
|
||||
prev_month=prev_month,
|
||||
|
Reference in New Issue
Block a user