mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-19 02:52:44 +00:00
Fix #1835
This commit is contained in:
2
public/v1/js/ff/transactions/single/edit.js
vendored
2
public/v1/js/ff/transactions/single/edit.js
vendored
@@ -188,7 +188,7 @@ function getAccountId() {
|
|||||||
return $('select[name="destination_id"]').val();
|
return $('select[name="destination_id"]').val();
|
||||||
}
|
}
|
||||||
|
|
||||||
alert('Cannot handle ' + journal.transaction_type.type);
|
//alert('Cannot handle ' + journal.transaction_type.type);
|
||||||
return undefined;
|
return undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user