Dernières modifs (traductions, mon nom dans le code, ...)
This commit is contained in:
@@ -11,8 +11,6 @@
|
||||
</loops>
|
||||
|
||||
<forms>
|
||||
<!-- <form name="dhl.freeshipping.form" class="DHL\Form\FreeShipping" />-->
|
||||
<!-- <form name="dhl.export.form" class="DHL\Form\Export" />-->
|
||||
<form name="dhl.configuration" class="DHL\Form\Configuration" />
|
||||
</forms>
|
||||
|
||||
|
||||
5
local/modules/DHL/Config/drop.sql
Normal file
5
local/modules/DHL/Config/drop.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
SET FOREIGN_KEY_CHECKS = 0;
|
||||
|
||||
DROP TABLE IF EXISTS `dhl_delivery_price`;
|
||||
|
||||
SET FOREIGN_KEY_CHECKS = 1;
|
||||
Reference in New Issue
Block a user