Update card.php
This commit is contained in:
parent
b335804680
commit
334f37052c
@ -992,7 +992,6 @@ if ($action == 'create' && $user->rights->projet->creer) {
|
|||||||
$morehtmlref .= '<br>'.$langs->trans('ThirdParty').' : ';
|
$morehtmlref .= '<br>'.$langs->trans('ThirdParty').' : ';
|
||||||
if ($object->thirdparty->id > 0) {
|
if ($object->thirdparty->id > 0) {
|
||||||
$morehtmlref .= $object->thirdparty->getNomUrl(1, 'project');
|
$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>';
|
$morehtmlref .= '</div>';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user