[-] BO : FixBug #PSCFV-9044 - Missing state in new order, and now you can edit customer addresses

This commit is contained in:
Jerome Nadaud
2013-10-03 11:06:08 +02:00
parent 4bb4199f5a
commit 43a60f1b57
3 changed files with 32 additions and 5 deletions
@@ -299,6 +299,9 @@ class AdminAddressesControllerCore extends AdminController
public function processSave()
{
if (Tools::getValue('submitFormAjax'))
$this->redirect_after = false;
// Transform e-mail in id_customer for parent processing
if (Validate::isEmail(Tools::getValue('email')))
{