Skip to content

Commit

Permalink
Fix : use lastname to test contact ldap synchro (not name)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfefe committed Jun 26, 2012
1 parent 90569e2 commit e2b4a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/contact/class/contact.class.php
Expand Up @@ -1013,7 +1013,7 @@ function initAsSpecimen()
// 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';
Expand Down

0 comments on commit e2b4a69

Please sign in to comment.