Bill report URL must be set.

This commit is contained in:
James Cole 2019-08-17 10:48:09 +02:00
parent 342985d52a
commit c235e42d6c
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -226,6 +226,7 @@
var budgetPeriodReportUri = '{{ route('report-data.budget.period', [accountIds, start.format('Ymd'), end.format('Ymd')]) }}';
var categoryExpenseUri = '{{ route('report-data.category.expenses', [accountIds, start.format('Ymd'), end.format('Ymd')]) }}';
var categoryIncomeUri = '{{ route('report-data.category.income', [accountIds, start.format('Ymd'), end.format('Ymd')]) }}';
var billReportUri = '';
</script>
<script type="text/javascript" src="v1/js/ff/reports/all.js?v={{ FF_VERSION }}"></script>