Merge pull request #169 from marteserede/master

Fix dateformat value in SQL-Query app_config
This commit is contained in:
jekkos
2015-10-12 09:36:37 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
('default_sales_discount', '0'),
('lines_per_page', '25'),
('show_total_discount', '1'),
('dateformat', 'm-d-Y'),
('dateformat', 'm/d/Y'),
('timeformat', 'H:i:s'),
('currency_symbol', '$');