fix title name in insert.sql file

This commit is contained in:
Manuel Raynaud
2013-09-12 08:12:44 +02:00
parent 10f97a7348
commit 9304624708
5 changed files with 54 additions and 76 deletions

View File

@@ -88,6 +88,7 @@ class Customer extends BaseCustomer implements UserInterface
->setPhone($phone)
->setCellphone($cellphone)
->setZipcode($zipcode)
->setCity($city)
->setCountryId($countryId)
->setIsDefault(1)
;
@@ -107,6 +108,7 @@ class Customer extends BaseCustomer implements UserInterface
->setPhone($phone)
->setCellphone($cellphone)
->setZipcode($zipcode)
->setCity($city)
->setCountryId($countryId)
->save($con)
;