add missing field to customerCreation field

This commit is contained in:
Manuel Raynaud
2013-07-02 14:35:18 +02:00
parent e15c53625e
commit 33aba6b3d5
4 changed files with 71 additions and 11 deletions

View File

@@ -48,6 +48,7 @@ class Customer implements EventSubscriberInterface
$form->bind($request);
if ($form->isValid()) {
echo "ok"; exit;
} else {