diff --git a/src/components/TransactionCreate.vue b/src/components/TransactionCreate.vue index 7a6cf5d..37d635e 100644 --- a/src/components/TransactionCreate.vue +++ b/src/components/TransactionCreate.vue @@ -450,6 +450,7 @@ export default class TransactionCreate extends Vue { if ( !this.name || !this.amount || + !this.payBy || (!this.currency && !this.date && this.payFor.length === 0) ) { if (this.amount === 0) {