Revert "Merge pull request #1281 from RuleDomain/migrate-sales-tax-history"

This reverts commit 11e1cc51aa, reversing
changes made to b32c23ce10.

# Conflicts:
#	application/models/Sale.php
This commit is contained in:
FrancescoUK
2017-05-01 11:50:13 +01:00
parent 34afb9d496
commit daa1614615
8 changed files with 37 additions and 211 deletions

View File

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