[-] FO: Fix #PSCFV-4720
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17825 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -109,6 +109,7 @@ class AddressControllerCore extends FrontController
|
||||
{
|
||||
$_POST['firstname'] = $this->context->customer->firstname;
|
||||
$_POST['lastname'] = $this->context->customer->lastname;
|
||||
$_POST['company'] = $this->context->customer->company;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user