Fix dateformat value in SQL-Query app_config

This commit is contained in:
Martes Erede
2015-09-22 07:17:57 +02:00
parent eee7f137ef
commit 2bc7b688ff
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', '$');