Fix : use lastname to test contact ldap synchro (not name)

This commit is contained in:
jfefe 2012-06-26 13:11:04 +02:00 committed by Laurent Destailleur
parent de5612ae0b
commit 189cba6c41

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