mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Finish work on better integration of skype
This commit is contained in:
@@ -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 -->';
|
||||
|
||||
Reference in New Issue
Block a user