commit
fe3359022a
@ -1153,12 +1153,12 @@ while ($i < min($num, $limit))
|
||||
}
|
||||
if (!empty($arrayfields['s.phone']['checked']))
|
||||
{
|
||||
print "<td>".dol_print_phone($obj->phone, $obj->country_code, 0, $obj->rowid)."</td>\n";
|
||||
print "<td>".dol_print_phone($obj->phone, $obj->country_code, 0, $obj->rowid, 'AC_TEL')."</td>\n";
|
||||
if (!$i) $totalarray['nbfield']++;
|
||||
}
|
||||
if (!empty($arrayfields['s.fax']['checked']))
|
||||
{
|
||||
print "<td>".dol_print_phone($obj->fax, $obj->country_code, 0, $obj->rowid)."</td>\n";
|
||||
print "<td>".dol_print_phone($obj->fax, $obj->country_code, 0, $obj->rowid, 'AC_TEL')."</td>\n";
|
||||
if (!$i) $totalarray['nbfield']++;
|
||||
}
|
||||
if (!empty($arrayfields['s.url']['checked']))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user