Merge branch '1.2-dev' of github.com:akaunting/akaunting into recurring

This commit is contained in:
denisdulici 2018-04-26 17:15:11 +03:00
commit 1e4d4cf581
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);
}
});