mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-16 04:50:09 -04:00
Merge pull request #1523 from objecttothis/patch-4
Removed duplicate lines that exist elsewhere
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user