[-] BO : fixed bug on customer edit when context is in "all shop" or "group shop"

This commit is contained in:
vAugagneur
2012-06-19 13:53:43 +00:00
parent a693ebebb4
commit 0f5e3787c8
@@ -148,7 +148,7 @@ class AdminCustomersControllerCore extends AdminController
public function postProcess()
{
if (!$this->can_add_customer && $this->display)
if (!$this->can_add_customer && $this->display == 'add')
$this->redirect_after = $this->context->link->getAdminLink('AdminCustomers');
parent::postProcess();