Fix decimal parsing, add php5-intl locale support (#458)

This commit is contained in:
jekkos
2016-07-07 20:51:44 +02:00
parent f11c2d7a4d
commit 3af19daa0e
36 changed files with 260 additions and 172 deletions

View File

@@ -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'),