mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-04 23:24:16 -04:00
Update locale_config.php
This commit is contained in:
committed by
jekkos
parent
2a789bb583
commit
2bd38737e1
@@ -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("<?= "$controller_name /checkNumberLocale" ?>",
|
||||
$.post("<?= "$controller_name/checkNumberLocale" ?>",
|
||||
data,
|
||||
function(response) {
|
||||
$("input[name='save_number_locale']").val(response.save_number_locale);
|
||||
|
||||
Reference in New Issue
Block a user