🐛 (transaction) pay by is mandatory

This commit is contained in:
2020-08-27 22:12:40 +02:00
parent 64a781e761
commit 8d498b57e5

View File

@@ -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) {