Add thousands separator option (#458)

Fix adding payment with comma as decimal separator (#740)
This commit is contained in:
jekkos
2016-07-15 11:22:31 +02:00
parent cfdbd01dac
commit 1af612d18e
8 changed files with 57 additions and 27 deletions

View File

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