From 9fbe849930a0a68dd2df05ab6190d3db29a23abd Mon Sep 17 00:00:00 2001 From: dSevere Date: Thu, 13 Oct 2011 16:32:18 +0000 Subject: [PATCH] // stock: add main tab git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9338 b9a71923-0436-4b27-9f14-aed3839534dd --- .../admin/AdminAddressesController.php | 1 - controllers/admin/AdminStockController.php | 31 +++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 controllers/admin/AdminStockController.php 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 +{ +} +