Code to fix #378

This commit is contained in:
James Cole
2016-11-04 16:04:36 +01:00
parent 1d15bc0b10
commit 5f7fb77db2
6 changed files with 43 additions and 56 deletions

View File

@@ -83,11 +83,7 @@
<!-- TAGS -->
{{ ExpandedForm.text('tags') }}
<!-- RELATE THIS TRANSFER TO A PIGGY BANK -->
{% if what == 'transfer' and piggyBankList|length > 0 %}
{{ ExpandedForm.select('piggy_bank_id',piggyBankList,data['piggy_bank_id']) }}
{% endif %}
{# NO PIGGY BANK #}
</div>
</div>