[-] FO: Fix #PSCFV-4720

This commit is contained in:
rGaillard
2012-10-10 14:09:33 +00:00
parent bc4e9a6582
commit fbe124bdd5
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -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;
}
}