mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-18 10:52:44 -04:00
Add thousands separator option (#458)
Fix adding payment with comma as decimal separator (#740)
This commit is contained in:
@@ -61,6 +61,7 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
|
||||
('timeformat', 'H:i:s'),
|
||||
('currency_symbol', '$'),
|
||||
('number_locale', 'en_US'),
|
||||
('thousands_separator', '1'),
|
||||
('currency_decimals', '2'),
|
||||
('tax_decimals', '2'),
|
||||
('quantity_decimals', '0'),
|
||||
|
||||
Reference in New Issue
Block a user