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

Fix: country is lost

parent 464574cb
No related branches found
No related tags found
No related merge requests found
......@@ -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');
......
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