[*] Project : US + CA TaxSystem
This commit is contained in:
@@ -22,4 +22,20 @@ INSERT INTO `PREFIX_module_access` (`id_profile`, `id_module`, `configure`, `vie
|
||||
AND a.`view` = 1
|
||||
);
|
||||
|
||||
UPDATE `PREFIX_tab` SET `class_name` = 'AdminThemes' WHERE `class_name` = 'AdminAppearance';
|
||||
UPDATE `PREFIX_tab` SET `class_name` = 'AdminThemes' WHERE `class_name` = 'AdminAppearance';
|
||||
|
||||
INSERT INTO `PREFIX_hook` (
|
||||
`name` ,
|
||||
`title` ,
|
||||
`description` ,
|
||||
`position` ,
|
||||
`live_edit`
|
||||
)
|
||||
VALUES ('taxmanager', 'taxmanager', NULL , '1', '0');
|
||||
|
||||
/* PHP:update_tax_rules(); */;
|
||||
|
||||
/* PHP:remove_tab(AdminCounty); */;
|
||||
DROP TABLE `PREFIX_county_zip_code`;
|
||||
DROP TABLE `PREFIX_county`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user