diff --git a/src/CoreBundle/Form/Transformer/UserToContactTransformer.php b/src/CoreBundle/Form/Transformer/UserToContactTransformer.php index 959e2c0ff..09cd259db 100644 --- a/src/CoreBundle/Form/Transformer/UserToContactTransformer.php +++ b/src/CoreBundle/Form/Transformer/UserToContactTransformer.php @@ -78,15 +78,12 @@ public function reverseTransform($value) $contact->setContact($item); if ($this->entity instanceof Invoice) { $contact->setInvoice($this->entity); - break; } if ($this->entity instanceof RecurringInvoice) { $contact->setRecurringInvoice($this->entity); - break; } if ($this->entity instanceof Quote) { $contact->setQuote($this->entity); - break; } $users[] = $contact;