mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Make some parts of the budget repository multi-currency
This commit is contained in:
5
public/v1/js/ff/reports/budget/month.js
vendored
5
public/v1/js/ff/reports/budget/month.js
vendored
@@ -24,6 +24,11 @@ $(function () {
|
||||
"use strict";
|
||||
drawChart();
|
||||
|
||||
loadAjaxPartial('accountsHolder', accountsUri);
|
||||
loadAjaxPartial('budgetsHolder', budgetsUri);
|
||||
loadAjaxPartial('accountPerbudgetHolder', accountPerBudgetUri);
|
||||
|
||||
|
||||
$('#budgets-out-pie-chart-checked').on('change', function () {
|
||||
redrawPieChart('budgets-out-pie-chart', budgetExpenseUri);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user