Update extrafields.class.php

This commit is contained in:
Frédéric FRANCE 2019-03-21 14:08:49 +01:00 committed by GitHub
parent a1fe1bb58c
commit d10b94e72b
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')
{ {