mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-23 16:57:59 -05:00
Merge branch 'RuleDomain-fix-database-creation-dup-config-val' (#1192)
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
@@ -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');
|
||||
|
||||
|
||||
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user