diff --git a/htdocs/contact/class/contact.class.php b/htdocs/contact/class/contact.class.php index e9b7067853b..58356a5f386 100644 --- a/htdocs/contact/class/contact.class.php +++ b/htdocs/contact/class/contact.class.php @@ -1013,7 +1013,7 @@ class Contact extends CommonObject // Initialise parameters $this->id=0; $this->specimen=1; - $this->name = 'DOLIBARR'; + $this->lastname = 'DOLIBARR'; $this->firstname = 'SPECIMEN'; $this->address = '61 jump street'; $this->zip = '75000';