Merge pull request #6208 from aspangaro/5.0-15

Remove field Skype. Already present in dol_banner_tab.
This commit is contained in:
Laurent Destailleur
2016-12-23 00:53:05 +01:00
committed by GitHub

View File

@@ -247,12 +247,6 @@ if ($id > 0)
print '</tr>';
}
// Skype
if (! empty($conf->skype->enabled))
{
print '<td>'.$langs->trans('Skype').'</td><td>'.dol_print_skype($object->skype,0,$object->id,'AC_SKYPE').'</td></tr>';
}
// Assujeti a TVA ou pas
print '<tr>';
print '<td class="nowrap">'.$langs->trans('VATIsUsed').'</td><td>';