missing js action
This commit is contained in:
parent
2c21a2d82d
commit
ba544ffae8
@ -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);
|
||||
}
|
||||
});
|
||||
|
@ -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);
|
||||
}
|
||||
});
|
||||
|
@ -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);
|
||||
}
|
||||
});
|
||||
|
@ -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);
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user