2
0
forked from Wavyzz/dolibarr

Fix phpunit regression

This commit is contained in:
Laurent Destailleur
2023-09-29 17:04:11 +02:00
parent 72e17fe60e
commit c1b74f9338
2 changed files with 5 additions and 5 deletions

View File

@@ -3704,7 +3704,7 @@ function dol_print_phone($phone, $countrycode = '', $cid = 0, $socid = 0, $addli
$rep .= $newphoneastart;
$rep .= ($withpicto ? img_picto($titlealt, 'object_'.$picto.'.png') : '');
if ($separ != 'hidenum') {
$rep .= ' '.$newphone;
$rep .= ($withpicto ? ' ' : '').$newphone;
}
$rep .= $newphoneaend;