missing js action

This commit is contained in:
cuneytsenturk 2018-04-26 15:48:13 +03:00
parent 2c21a2d82d
commit ba544ffae8
4 changed files with 4 additions and 4 deletions

View File

@ -116,7 +116,7 @@
dataType: 'JSON',
data: 'account_id=' + $(this).val(),
success: function(data) {
$('#currency').val(data.currency_name);
$('#currency').val(data.currency_code);
$('#currency_code').val(data.currency_code);
}
});

View File

@ -127,7 +127,7 @@
dataType: 'JSON',
data: 'account_id=' + $(this).val(),
success: function(data) {
$('#currency').val(data.currency_name);
$('#currency').val(data.currency_code);
$('#currency_code').val(data.currency_code);
}
});

View File

@ -116,7 +116,7 @@
dataType: 'JSON',
data: 'account_id=' + $(this).val(),
success: function(data) {
$('#currency').val(data.currency_name);
$('#currency').val(data.currency_code);
$('#currency_code').val(data.currency_code);
}
});

View File

@ -127,7 +127,7 @@
dataType: 'JSON',
data: 'account_id=' + $(this).val(),
success: function(data) {
$('#currency').val(data.currency_name);
$('#currency').val(data.currency_code);
$('#currency_code').val(data.currency_code);
}
});