Update card.php

This commit is contained in:
Anthony Berton 2021-05-15 02:36:56 +02:00
parent b335804680
commit 334f37052c

View File

@ -992,7 +992,6 @@ if ($action == 'create' && $user->rights->projet->creer) {
$morehtmlref .= '<br>'.$langs->trans('ThirdParty').' : ';
if ($object->thirdparty->id > 0) {
$morehtmlref .= $object->thirdparty->getNomUrl(1, 'project');
$morehtmlref .= '<br>'.$langs->trans("Phone").' : '.dol_print_phone($object->thirdparty->phone, $obj->country_code, 0, $obj->rowid, 'AC_TEL', ' ', 'phone');
}
$morehtmlref .= '</div>';