From 2bd38737e1262f67064bffe11cd8ecd463e51022 Mon Sep 17 00:00:00 2001 From: Chathura Dilushanka <90453201+dilushanka@users.noreply.github.com> Date: Mon, 3 Mar 2025 22:37:59 +0530 Subject: [PATCH] Update locale_config.php --- app/Views/configs/locale_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);