Merge pull request #1523 from objecttothis/patch-4

Removed duplicate lines that exist elsewhere
This commit is contained in:
FrancescoUK
2017-08-25 15:13:57 +01:00
committed by GitHub

View File

@@ -205,7 +205,6 @@ INSERT IGNORE INTO `ospos_permissions` (`permission_id`, `module_id`) VALUES
-- add support for cash rounding into config
INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
('currency_decimals', '2'),
('cash_decimals', '2'),
('cash_rounding_code', '0');