From 7df375d224f4fb213f892d4e93b3d990279385de Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Tue, 2 Oct 2012 08:36:23 +0000 Subject: [PATCH] // --- controllers/admin/AdminAddressesController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/controllers/admin/AdminAddressesController.php b/controllers/admin/AdminAddressesController.php index 24f883f3b..8dd99f828 100644 --- a/controllers/admin/AdminAddressesController.php +++ b/controllers/admin/AdminAddressesController.php @@ -71,7 +71,6 @@ class AdminAddressesControllerCore extends AdminController LEFT JOIN `'._DB_PREFIX_.'country_lang` cl ON (cl.`id_country` = a.`id_country` AND cl.`id_lang` = '.(int)$this->context->language->id.') LEFT JOIN `'._DB_PREFIX_.'customer` c ON a.id_customer = c.id_customer '; - $this->_where = 'AND a.id_customer != 0 '.Shop::addSqlRestriction(Shop::SHARE_CUSTOMER, 'c'); return parent::renderList();