diff --git a/modules/blockbestsellers/blockbestsellers.php b/modules/blockbestsellers/blockbestsellers.php index 27547646c..81b419fcf 100644 --- a/modules/blockbestsellers/blockbestsellers.php +++ b/modules/blockbestsellers/blockbestsellers.php @@ -121,7 +121,6 @@ class BlockBestSellers extends Module 'title' => $this->l('Settings'), 'icon' => 'icon-star-empty' ), - 'id_form' => 'step_carrier_general', 'input' => array( array( 'type' => 'switch', @@ -235,4 +234,4 @@ class BlockBestSellers extends Module 'PS_BLOCK_BESTSELLERS_DISPLAY' => Tools::getValue('PS_BLOCK_BESTSELLERS_DISPLAY', Configuration::get('PS_BLOCK_BESTSELLERS_DISPLAY')), ); } -} \ No newline at end of file +}