Merge pull request #235 from jfefe/develop

Fix : use lastname to test contact ldap synchro (not name)
This commit is contained in:
Regis Houssin 2012-06-27 02:37:24 -07:00
commit 2334e5814d

View File

@ -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';