This commit is contained in:
James Cole
2019-12-30 15:24:02 +01:00
parent 56700ef984
commit 35649bea5c
30 changed files with 82 additions and 31 deletions

View File

@@ -23,6 +23,9 @@
<div class="form-group"
v-bind:class="{ 'has-error': hasError()}"
v-if="typeof this.transactionType === 'undefined' || this.transactionType === 'withdrawal' || this.transactionType === 'Withdrawal' || this.transactionType === '' || null === this.transactionType">
<div class="col-sm-12 text-sm">
{{ $t('firefly.budget') }}
</div>
<div class="col-sm-12">
<select name="budget[]" ref="budget" v-model="value" @input="handleInput" class="form-control"
v-if="this.budgets.length > 0">