Merge pull request #1618 from objecttothis/patch-4

Remove unneeded app_config entry (#1614)
This commit is contained in:
FrancescoUK
2017-09-19 18:35:47 +01:00
committed by GitHub

View File

@@ -310,8 +310,7 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
-- add Barcode formats and other missing keys
INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
('barcode_formats', '[]'),
('receiving_calculate_average_price', '0');
('barcode_formats', '[]');
-- replace old tokens in ospos_app_config