Budget box is back.

This commit is contained in:
James Cole
2019-08-18 09:07:08 +02:00
parent ccc12171d6
commit a7b2fbbf10
4 changed files with 8 additions and 6 deletions

View File

@@ -22,7 +22,7 @@
<template>
<div class="form-group"
v-bind:class="{ 'has-error': hasError()}"
v-if="typeof this.transactionType === 'undefined' || this.transactionType === 'Withdrawal' || this.transactionType === '' || null === this.transactionType">
v-if="typeof this.transactionType === 'undefined' || this.transactionType === 'withdrawal' || this.transactionType === 'Withdrawal' || this.transactionType === '' || null === this.transactionType">
<div class="col-sm-12">
<select name="budget[]" ref="budget" @input="handleInput" class="form-control"
v-if="this.budgets.length > 0">