Fix Gruntfile.js and paths (#624)

This commit is contained in:
FrancescoUK
2016-08-24 15:27:35 +01:00
parent 7f65b9cf2b
commit f440ff5e89
11 changed files with 9 additions and 32 deletions

View File

@@ -79,7 +79,9 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
('smtp_timeout', '5'),
('smtp_crypto', 'ssl'),
('receipt_template', 'receipt_default'),
('theme', 'flatly');
('theme', 'flatly'),
('language', 'english'),
('language_code', 'en');
-- --------------------------------------------------------