This commit is contained in:
James Cole 2019-09-06 12:01:14 +02:00
parent aa7a35d93d
commit 445ecdca17
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
2 changed files with 3 additions and 3 deletions

2
public/v1/js/app.js vendored

File diff suppressed because one or more lines are too long

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