From 189cba6c4191bbcfafef79935241531c46a76eb7 Mon Sep 17 00:00:00 2001 From: jfefe Date: Tue, 26 Jun 2012 13:11:04 +0200 Subject: [PATCH] Fix : use lastname to test contact ldap synchro (not name) --- htdocs/contact/class/contact.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/contact/class/contact.class.php b/htdocs/contact/class/contact.class.php index e9b7067853b..58356a5f386 100644 --- a/htdocs/contact/class/contact.class.php +++ b/htdocs/contact/class/contact.class.php @@ -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';