mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 14:46:37 +00:00
Update for #2534
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user