Skip to content
Snippets Groups Projects
Commit 84fa65ac authored by Laurent Destailleur's avatar Laurent Destailleur Committed by GitHub
Browse files

Merge pull request #6208 from aspangaro/5.0-15

Remove field Skype. Already present in dol_banner_tab.
parents 9948b6d4 6caa3408
No related branches found
No related tags found
No related merge requests found
......@@ -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>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment