From c432c44987dddaf5759b478740855cd795b11299 Mon Sep 17 00:00:00 2001 From: Vincent Augagneur Date: Thu, 1 Aug 2013 11:42:58 +0200 Subject: [PATCH] //carrier wizard fix --- controllers/admin/AdminCarrierWizardController.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/controllers/admin/AdminCarrierWizardController.php b/controllers/admin/AdminCarrierWizardController.php index ec837406c..4225ec116 100644 --- a/controllers/admin/AdminCarrierWizardController.php +++ b/controllers/admin/AdminCarrierWizardController.php @@ -62,19 +62,15 @@ class AdminCarrierWizardControllerCore extends AdminController 'steps' => array( array( 'title' => $this->l('General settings'), - 'desc' => $this->l('General settings'), ), array( 'title' => $this->l('Shipping locations and costs'), - 'desc' => $this->l('Shipping locations and costs'), ), array( 'title' => $this->l('Size, weight, and group access'), - 'desc' => $this->l('Size, weight, and group access'), ), array( 'title' => $this->l('Summary'), - 'desc' => $this->l('Summary'), ), )); @@ -677,7 +673,7 @@ class AdminCarrierWizardControllerCore extends AdminController // Set flag deteled to true for historization $current_carrier->deleted = true; $current_carrier->update(); - + // Fill the new carrier object $this->copyFromPost($carrier, $this->table); $carrier->position = $current_carrier->position;