Add the reseller field in the customer form

This commit is contained in:
root
2014-08-05 11:40:49 +02:00
parent b72a7a5c08
commit f5318df219
3 changed files with 18 additions and 0 deletions

View File

@@ -91,6 +91,7 @@ class CustomerController extends AbstractCrudController
'email' => $object->getEmail(),
'title' => $object->getTitleId(),
'discount' => $object->getDiscount(),
'reseller' => $object->getReseller(),
);
if ($address !== null) {