Fixed bug sales data preview of day when date or time field is checked into config location tab

This commit is contained in:
Jorge Colmenarez
2017-02-03 15:39:11 -04:00
parent 1393af1676
commit 7a4525319a
3 changed files with 8 additions and 7 deletions

View File

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