mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-01 02:21:45 +00:00
More routes fixed.
This commit is contained in:
@@ -120,7 +120,7 @@ function clickBudgetChart(e) {
|
||||
var link = $(e.target);
|
||||
var budgetId = link.data('budget');
|
||||
|
||||
var URL = 'chart/budget/period/' + budgetId + '/' + reportType + '/' + startDate + '/' + endDate + '/' + accountIds;
|
||||
var URL = 'chart/budget/period/' + budgetId + '/' + accountIds + '/' + startDate + '/' + endDate;
|
||||
var container = 'budget_chart';
|
||||
columnChart(URL, container);
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user