[-] BO : #PSTEST-573
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12655 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -368,6 +368,11 @@ class AdminCartsControllerCore extends AdminController
|
||||
}
|
||||
}
|
||||
|
||||
public function ajaxProcessUpdateAddress()
|
||||
{
|
||||
echo Tools::jsonEncode(array('addresses' => $this->context->customer->getAddresses((int)$this->context->cart->id_lang)));
|
||||
}
|
||||
|
||||
public function ajaxProcessUpdateAddresses()
|
||||
{
|
||||
if ($this->tabAccess['edit'] === '1')
|
||||
|
||||
Reference in New Issue
Block a user