mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-20 10:11:21 +00:00
Deposit works as well.
This commit is contained in:
@@ -261,5 +261,8 @@ function getAccountId() {
|
||||
if(what === "withdrawal") {
|
||||
return $('select[name="source_account_id"]').val();
|
||||
}
|
||||
if(what === "deposit") {
|
||||
return $('select[name="destination_account_id"]').val();
|
||||
}
|
||||
alert('Cannot handle ' + what);
|
||||
}
|
||||
Reference in New Issue
Block a user