better test
This commit is contained in:
parent
7f4f27ebfe
commit
e95921eb93
@ -1641,7 +1641,7 @@ function show_actions_done($conf, $langs, $db, $filterobj, $objcon='', $noprint=
|
|||||||
|
|
||||||
if ($result > 0) {
|
if ($result > 0) {
|
||||||
$out .= $contact->getNomUrl(1);
|
$out .= $contact->getNomUrl(1);
|
||||||
if ($object->type_code == 'AC_TEL') {
|
if (isset($histo[$key]['acode']) && $histo[$key]['acode'] == 'AC_TEL') {
|
||||||
if (! empty($contact->phone_pro))
|
if (! empty($contact->phone_pro))
|
||||||
$out .= '(' . dol_print_phone($contact->phone_pro) . ')';
|
$out .= '(' . dol_print_phone($contact->phone_pro) . ')';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user