From 334f37052c4a02984ab922360b2a2c7ad054fd35 Mon Sep 17 00:00:00 2001
From: Anthony Berton <34568357+bb2a@users.noreply.github.com>
Date: Sat, 15 May 2021 02:36:56 +0200
Subject: [PATCH] Update card.php
---
htdocs/projet/card.php | 1 -
1 file changed, 1 deletion(-)
diff --git a/htdocs/projet/card.php b/htdocs/projet/card.php
index c6fb5d5963b..3c2d5b02829 100644
--- a/htdocs/projet/card.php
+++ b/htdocs/projet/card.php
@@ -992,7 +992,6 @@ if ($action == 'create' && $user->rights->projet->creer) {
$morehtmlref .= '
'.$langs->trans('ThirdParty').' : ';
if ($object->thirdparty->id > 0) {
$morehtmlref .= $object->thirdparty->getNomUrl(1, 'project');
- $morehtmlref .= '
'.$langs->trans("Phone").' : '.dol_print_phone($object->thirdparty->phone, $obj->country_code, 0, $obj->rowid, 'AC_TEL', ' ', 'phone');
}
$morehtmlref .= '';