finish customer address update

This commit is contained in:
Manuel Raynaud
2013-10-07 09:53:25 +02:00
parent 9335002b88
commit f408ad5d1f
2 changed files with 4 additions and 2 deletions

View File

@@ -153,6 +153,8 @@ class AddressController extends AbstractCrudController
$event = $this->getCreateOrUpdateEvent($formData);
$event->setAddress($this->getExistingObject());
return $event;
}
protected function getCreateOrUpdateEvent($formData)