diff --git a/app/Views/configs/locale_config.php b/app/Views/configs/locale_config.php index 3ab234388..963b92259 100644 --- a/app/Views/configs/locale_config.php +++ b/app/Views/configs/locale_config.php @@ -296,7 +296,7 @@ $(document).ready(function() data['currency_symbol'] = $('#currency_symbol').val(); data['currency_code'] = $('#currency_code').val(); data['thousands_separator'] = $('#thousands_separator').is(":checked") - $.post("", + $.post("", data, function(response) { $("input[name='save_number_locale']").val(response.save_number_locale);