Merge pull request #1115 from jlctmaster/date_or_time_format

Fixed bug sales data preview of day (#932)
This commit is contained in:
FrancescoUK
2017-02-03 22:04:30 +00:00
committed by GitHub
3 changed files with 8 additions and 7 deletions

View File

@@ -83,7 +83,8 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
('theme', 'flatly'),
('statistics', '1'),
('language', 'english'),
('language_code', 'en');
('language_code', 'en'),
('date_or_time_format','');
-- --------------------------------------------------------