Merge branch '1.2-dev' of github.com:akaunting/akaunting into recurring
This commit is contained in:
commit
1e4d4cf581
@ -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