mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-09 10:38:56 -04:00
Merge pull request #1618 from objecttothis/patch-4
Remove unneeded app_config entry (#1614)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user