From 6caa3408eddcb8d059084033ca8745ec62733059 Mon Sep 17 00:00:00 2001 From: aspangaro Date: Thu, 22 Dec 2016 06:23:43 +0100 Subject: [PATCH] Remove field Skype. Already present in dol_banner_tab. --- htdocs/comm/card.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/htdocs/comm/card.php b/htdocs/comm/card.php index 3c2608b8088..6f6a5516aab 100644 --- a/htdocs/comm/card.php +++ b/htdocs/comm/card.php @@ -247,12 +247,6 @@ if ($id > 0) print ''; } - // Skype - if (! empty($conf->skype->enabled)) - { - print ''.$langs->trans('Skype').''.dol_print_skype($object->skype,0,$object->id,'AC_SKYPE').''; - } - // Assujeti a TVA ou pas print ''; print ''.$langs->trans('VATIsUsed').'';