mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Various updates for split transactions.
This commit is contained in:
@@ -48,6 +48,13 @@ $(document).ready(function () {
|
||||
$('input[name="source_account_name[]"]').typeahead({source: data});
|
||||
});
|
||||
}
|
||||
// and for split:
|
||||
if ($('input[name="journal_source_account_name"]').length > 0) {
|
||||
$.getJSON('json/revenue-accounts').done(function (data) {
|
||||
$('input[name="journal_source_account_name"]').typeahead({source: data});
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
if ($('input[name="description"]').length > 0 && what !== undefined) {
|
||||
$.getJSON('json/transaction-journals/' + what).done(function (data) {
|
||||
|
||||
Reference in New Issue
Block a user