//revert reorganization of shipping menus & options

This commit is contained in:
Vincent Augagneur
2013-08-12 15:15:17 +02:00
parent 136586830d
commit bae9df61dc
2 changed files with 12 additions and 16 deletions
-7
View File
@@ -22,13 +22,6 @@ CHANGE `module_name` `module_name` VARCHAR(64) NULL DEFAULT NULL;
/* PHP:remove_tab(AdminRangePrice); */;
/* PHP:remove_tab(AdminRangeWeight); */;
/* PHP:remove_tab(AdminShipping); */;
/* PHP:remove_tab(AdminParentShipping); */;
/* PHP:remove_tab(AdminCarriers); */;
/* PHP:add_new_tab(AdminShipping, es:Shipping|it:Shipping|en:Shipping|de:Shipping|fr:Transport, 0, false, AdminParentPreferences); */;
/* PHP:add_new_tab(AdminCarriers, es:Carriers|it:Carriers|en:Carriers|de:Carriers|fr:Tarsporteurs, 0, false, AdminParentModules); */;
ALTER TABLE `PREFIX_log` ADD `id_employee` INT(10) UNSIGNED NULL DEFAULT NULL AFTER `object_id`;