This commit is contained in:
James Cole
2019-09-06 12:01:14 +02:00
parent aa7a35d93d
commit 445ecdca17
2 changed files with 3 additions and 3 deletions

View File

@@ -664,7 +664,7 @@
currency_name: '',
currency_code: '',
currency_decimal_places: 2,
allowed_types: []
allowed_types: ['Asset account','Revenue account','Loan','Debt','Mortgage']
},
destination_account: {
id: 0,
@@ -674,7 +674,7 @@
currency_name: '',
currency_code: '',
currency_decimal_places: 2,
allowed_types: []
allowed_types: ['Asset account','Expense account','Loan','Debt','Mortgage']
}
});
if (this.transactions.length === 1) {