tax rule edition admin

This commit is contained in:
Etienne Roudeix
2013-10-09 15:03:07 +02:00
parent 52a582435e
commit a8594ef6af
5 changed files with 361 additions and 16 deletions

View File

@@ -1172,8 +1172,8 @@ INSERT INTO `tax_rule_i18n` (`id`, `locale`, `title`)
INSERT INTO `tax_rule_country` (`tax_rule_id`, `country_id`, `tax_id`, `position`, `created_at`, `updated_at`)
VALUES
(1, 64, 1, 2, NOW(), NOW()),
(2, 64, 2, 2, NOW(), NOW());
(1, 64, 1, 1, NOW(), NOW()),
(2, 64, 2, 1, NOW(), NOW());
INSERT INTO `order_status`(`id`, `code`, `created_at`, `updated_at`) VALUES
(1, 'not_paid', NOW(), NOW()),