alloow possibility to specify a ref for a customer

This commit is contained in:
Manuel Raynaud
2014-01-17 11:15:55 +01:00
parent c25fdd7e42
commit 4e1521775f
6 changed files with 101 additions and 10 deletions

View File

@@ -111,7 +111,8 @@ class Customer extends BaseAction implements EventSubscriberInterface
$event->getReseller(),
$event->getSponsor(),
$event->getDiscount(),
$event->getCompany()
$event->getCompany(),
$event->getRef()
);
$event->setCustomer($customer);