Fix : use lastname to test contact ldap synchro (not name)
This commit is contained in:
parent
de5612ae0b
commit
189cba6c41
@ -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';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user