Fix: country is lost
This commit is contained in:
parent
464574cbae
commit
65f51e9acb
@ -211,8 +211,8 @@ class ActionsContactCardCommon
|
||||
|
||||
$this->tpl['zip'] = ($this->object->cp?$this->object->cp.' ':'');
|
||||
|
||||
$img=picto_from_langcode($this->pays_code);
|
||||
$this->tpl['country'] = ($img?$img.' ':'').$this->pays;
|
||||
$img=picto_from_langcode($this->object->pays_code);
|
||||
$this->tpl['country'] = ($img?$img.' ':'').$this->object->pays;
|
||||
|
||||
$this->tpl['phone_pro'] = dol_print_phone($this->object->phone_pro,$this->object->pays_code,0,$this->object->id,'AC_TEL');
|
||||
$this->tpl['phone_perso'] = dol_print_phone($this->object->phone_perso,$this->object->pays_code,0,$this->object->id,'AC_TEL');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user