Fix database creation duplicate config value error

This commit is contained in:
Steve Ireland
2017-04-15 16:22:20 -04:00
parent 86afbf0d30
commit e0bc9bb8f7
2 changed files with 0 additions and 2 deletions

View File

@@ -92,7 +92,6 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
('language_code', 'en'),
('date_or_time_format',''),
('customer_reward_enable',''),
('customer_sales_tax_support', '0'),
('default_origin_tax_code', ''),
('cash_decimals', '2');