update customer general info

This commit is contained in:
Manuel Raynaud
2013-09-12 11:24:24 +02:00
parent 4b643a7a9e
commit 5d87e48ba0
6 changed files with 131 additions and 24 deletions

View File

@@ -74,6 +74,7 @@ class CustomerCreateOrUpdateEvent extends ActionEvent
$this->cellphone = $cellphone;
$this->title = $title;
$this->zipcode = $zipcode;
$this->city = $city;
$this->reseller = $reseller;
$this->sponsor = $sponsor;
$this->discount = $discount;