diff --git a/controllers/admin/AdminAddressesController.php b/controllers/admin/AdminAddressesController.php index 57074c156..21309cd14 100644 --- a/controllers/admin/AdminAddressesController.php +++ b/controllers/admin/AdminAddressesController.php @@ -184,7 +184,6 @@ class AdminAddressesControllerCore extends AdminController $this->_errors[] = Tools::displayError('Your zip/postal code is incorrect.'); } - /* If this address come from order's edition and is the same as the other one (invoice or delivery one) ** we delete its id_address to force the creation of a new one */ if ((int)(Tools::getValue('id_order'))) diff --git a/controllers/admin/AdminStockController.php b/controllers/admin/AdminStockController.php new file mode 100644 index 000000000..9858e35ec --- /dev/null +++ b/controllers/admin/AdminStockController.php @@ -0,0 +1,31 @@ + +* @copyright 2007-2011 PrestaShop SA +* @version Release: $Revision: 6844 $ +* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) +* International Registered Trademark & Property of PrestaShop SA +*/ + +class AdminStockControllerCore extends AdminController +{ +} +