FOLLOWUP : nom contact pas affiché
This commit is contained in:
parent
412a28629f
commit
42e0c5afa0
1 changed files with 2 additions and 2 deletions
|
|
@ -400,8 +400,8 @@ class Follow_Up
|
|||
$spcontact=new ISpan();
|
||||
$spcontact->name='ag_contact_label';
|
||||
$spcontact->value='';
|
||||
$fiche_contact=new Fiche($this->db);
|
||||
$fiche_contact->get_by_qcode($this->ag_contact);
|
||||
$fiche_contact=new Fiche($this->db,$this->ag_contact);
|
||||
|
||||
if ($fiche_contact->id!=0)
|
||||
{
|
||||
$spcontact->value=strtoupper($fiche_contact->strAttribut(ATTR_DEF_NAME)??"");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue