Skip to content

Commit

Permalink
better test
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-florian committed Oct 4, 2018
1 parent 7f4f27e commit e95921e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/lib/company.lib.php
Expand Up @@ -1641,7 +1641,7 @@ function show_actions_done($conf, $langs, $db, $filterobj, $objcon='', $noprint=

if ($result > 0) {
$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))
$out .= '(' . dol_print_phone($contact->phone_pro) . ')';
}
Expand Down

0 comments on commit e95921e

Please sign in to comment.