mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-23 04:46:44 +00:00
Add new action to link a transaction to a bill.
This commit is contained in:
3
public/js/ff/rules/create-edit.js
vendored
3
public/js/ff/rules/create-edit.js
vendored
@@ -224,6 +224,9 @@ function updateActionInput(selectList) {
|
||||
case 'set_destination_account':
|
||||
createAutoComplete(input, 'json/all-accounts');
|
||||
break;
|
||||
case 'link_to_bill':
|
||||
createAutoComplete(input, 'json/bills');
|
||||
break;
|
||||
default:
|
||||
input.typeahead('destroy');
|
||||
break;
|
||||
|
Reference in New Issue
Block a user