This commit is contained in:
James Cole 2019-08-13 19:01:30 +02:00
parent 4c73ad8306
commit 97908932e6
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
2 changed files with 2 additions and 2 deletions

2
public/v1/js/app.js vendored

File diff suppressed because one or more lines are too long

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'">
v-if="typeof this.transactionType === 'undefined' || 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">