2
0
forked from Wavyzz/dolibarr

Finish work on better integration of skype

This commit is contained in:
aspangaro
2015-11-28 14:43:16 +01:00
parent 9817ce8b20
commit d12e3ca91f
9 changed files with 16 additions and 191 deletions

View File

@@ -530,7 +530,9 @@ abstract class CommonObject
}
if (! empty($conf->skype->enabled))
{
if ($this->skype) $out.=($outdone?'<br>':'').dol_print_skype($this->skype,$this->id,$object->id,'AC_SKYPE');
$out.='<div style="clear: both;"></div>';
if ($this->skype) $out.=dol_print_skype($this->skype,$this->id,$object->id,'AC_SKYPE');
$outdone++;
}
$out.='<!-- END Part to show address block -->';