mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-08 17:08:04 -04:00
Fix decimal parsing, add php5-intl locale support (#458)
This commit is contained in:
@@ -60,7 +60,6 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
|
||||
('dateformat', 'm/d/Y'),
|
||||
('timeformat', 'H:i:s'),
|
||||
('currency_symbol', '$'),
|
||||
('decimal_point', '.'),
|
||||
('currency_decimals', '2'),
|
||||
('tax_decimals', '2'),
|
||||
('quantity_decimals', '0'),
|
||||
|
||||
Reference in New Issue
Block a user