This commit is contained in:
James Cole
2018-04-08 16:27:52 +02:00
parent 7583698ee5
commit 8f0e36a8e4
18 changed files with 377 additions and 165 deletions

View File

@@ -285,6 +285,9 @@ function updateTriggerInput(selectList) {
input.prop('disabled', true);
input.typeahead('destroy');
break;
case 'currency_is':
createAutoComplete(input, 'json/currency-names');
break;
default:
input.typeahead('destroy');
break;