Merge pull request #10897 from frederic34/patch-4

Update extrafields.class.php
This commit is contained in:
Laurent Destailleur 2019-03-21 18:27:04 +01:00 committed by GitHub
commit 75b94d373f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1525,7 +1525,7 @@ class ExtraFields
} }
elseif ($type == 'phone') elseif ($type == 'phone')
{ {
$value=dol_print_phone($value, '', 0, 0, '', ' ', 1); $value=dol_print_phone($value, '', 0, 0, '', ' ', 'phone');
} }
elseif ($type == 'price') elseif ($type == 'price')
{ {