Add new action to link a transaction to a bill.

This commit is contained in:
James Cole
2018-04-07 06:20:45 +02:00
parent b54e99642b
commit 7af10aca9e
5 changed files with 91 additions and 1 deletions

View File

@@ -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;