Sales tax history migration

This commit is contained in:
Steve Ireland
2017-04-30 11:24:58 -04:00
parent d0ada1e42f
commit c710ec938f
8 changed files with 215 additions and 37 deletions

View File

@@ -96,7 +96,9 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
('default_origin_tax_code', ''),
('cash_decimals', '2'),
('financial_year', '1'),
('giftcard_number', 'series');
('giftcard_number', 'series'),
('migrate_sales_history', '0'),
('migrate_sales_history_block', '0');
-- --------------------------------------------------------