Affichage des numéros de téléphones mis en forme
This commit is contained in:
parent
6fa53dc690
commit
06d54d9a2b
@ -179,15 +179,13 @@ if ($result)
|
|||||||
print "<a href=\"".DOL_URL_ROOT."/comm/fiche.php?socid=$obj->idp\">$obj->nom</A></td>\n";
|
print "<a href=\"".DOL_URL_ROOT."/comm/fiche.php?socid=$obj->idp\">$obj->nom</A></td>\n";
|
||||||
|
|
||||||
|
|
||||||
print '<td><a href="'.DOL_URL_ROOT.'/comm/action/fiche.php?action=create&actionid=1&contactid='.$obj->cidp.'&socid='.$obj->idp.'">'.$obj->phone.'</a> </td>';
|
print '<td><a href="'.DOL_URL_ROOT.'/comm/action/fiche.php?action=create&actionid=1&contactid='.$obj->cidp.'&socid='.$obj->idp.'">'.dolibarr_print_phone($obj->phone).'</a> </td>';
|
||||||
|
|
||||||
if ($_GET["view"] == 'phone')
|
if ($_GET["view"] == 'phone')
|
||||||
{
|
{
|
||||||
|
print '<td>'.dolibarr_print_phone($obj->phone_mobile).' </td>';
|
||||||
|
|
||||||
print '<td>'.$obj->phone_mobile.' </td>';
|
print '<td>'.dolibarr_print_phone($obj->fax).' </td>';
|
||||||
|
|
||||||
print '<td>'.$obj->fax.' </td>';
|
|
||||||
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user