Removed code from budget index [skip ci]

This commit is contained in:
James Cole 2015-05-02 09:21:32 +02:00
parent 4a2b01cd9a
commit ee4e061739

View File

@ -89,7 +89,6 @@
{% block scripts %} {% block scripts %}
<script type="text/javascript"> <script type="text/javascript">
var budgetID = {{budget.id}}; var budgetID = {{budget.id}};
var currencyCode = '{{ getCurrencyCode() }}';
{% if repetition.id %} {% if repetition.id %}
var repetitionID = {{repetition.id}}; var repetitionID = {{repetition.id}};
var year = {{repetition.startdate.format('Y')}}; var year = {{repetition.startdate.format('Y')}};