Fix: Uncomplete label
This commit is contained in:
parent
1859c545cd
commit
0c2ebe3995
@ -169,7 +169,7 @@ else
|
||||
print '</td></tr>';
|
||||
|
||||
// Name
|
||||
print '<tr><td width="20%">'.$langs->trans("Lastname").'</td><td width="30%">'.$contact->name.'</td>';
|
||||
print '<tr><td width="20%">'.$langs->trans("Lastname").' / '.$langs->trans("Label").'</td><td width="30%">'.$contact->name.'</td>';
|
||||
print '<td width="20%">'.$langs->trans("Firstname").'</td><td width="30%">'.$contact->firstname.'</td></tr>';
|
||||
|
||||
// Company
|
||||
|
||||
Loading…
Reference in New Issue
Block a user