Skip to content
Snippets Groups Projects
Commit 2334e581 authored by Regis Houssin's avatar Regis Houssin
Browse files

Merge pull request #235 from jfefe/develop

Fix : use lastname to test contact ldap synchro (not name)
parents aa649c16 e2b4a69c
No related branches found
No related tags found
No related merge requests found
......@@ -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';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment