Skip to content

Commit

Permalink
Update extrafields.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Mar 21, 2019
1 parent a1fe1bb commit d10b94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/class/extrafields.class.php
Expand Up @@ -1525,7 +1525,7 @@ function showOutputField($key, $value, $moreparam='', $extrafieldsobjectkey='')
}
elseif ($type == 'phone')
{
$value=dol_print_phone($value, '', 0, 0, '', ' ', 1);
$value=dol_print_phone($value, '', 0, 0, '', ' ', 'phone');
}
elseif ($type == 'price')
{
Expand Down

0 comments on commit d10b94e

Please sign in to comment.