finish customer address update
This commit is contained in:
@@ -153,6 +153,8 @@ class AddressController extends AbstractCrudController
|
||||
$event = $this->getCreateOrUpdateEvent($formData);
|
||||
|
||||
$event->setAddress($this->getExistingObject());
|
||||
|
||||
return $event;
|
||||
}
|
||||
|
||||
protected function getCreateOrUpdateEvent($formData)
|
||||
|
||||
Reference in New Issue
Block a user