Icon for contact contains a part of thirdparty icon to make things
easier to understand
@ -226,7 +226,7 @@ if ($id > 0)
|
||||
print '<table class="border" width="100%">';
|
||||
|
||||
// Alias name (commercial, trademark or alias name)
|
||||
print '<tr><td class="titelfield">'.$langs->trans('AliasNameShort').'</td><td colspan="3">';
|
||||
print '<tr><td class="titelfield">'.$langs->trans('AliasNames').'</td><td colspan="3">';
|
||||
print $object->name_alias;
|
||||
print "</td></tr>";
|
||||
|
||||
|
||||
@ -1908,7 +1908,17 @@ else
|
||||
print $object->name_alias;
|
||||
print "</td></tr>";
|
||||
|
||||
// Prefix
|
||||
// Prospect/Customer
|
||||
print '<tr><td>'.$langs->trans('ProspectCustomer').'</td><td>';
|
||||
print $object->getLibCustProspStatut();
|
||||
print '</td></tr>';
|
||||
|
||||
// Prospect/Customer
|
||||
print '<tr><td>'.$langs->trans('Supplier').'</td><td>';
|
||||
print yn($object->fournsseur);
|
||||
print '</td></tr>';
|
||||
|
||||
// Prefix
|
||||
if (! empty($conf->global->SOCIETE_USEPREFIX)) // Old not used prefix field
|
||||
{
|
||||
print '<tr><td>'.$langs->trans('Prefix').'</td><td>'.$object->prefix_comm.'</td>';
|
||||
|
||||
|
Before Width: | Height: | Size: 593 B After Width: | Height: | Size: 666 B |
|
Before Width: | Height: | Size: 912 B After Width: | Height: | Size: 655 B |
|
Before Width: | Height: | Size: 651 B After Width: | Height: | Size: 581 B |
|
Before Width: | Height: | Size: 593 B After Width: | Height: | Size: 666 B |
|
Before Width: | Height: | Size: 912 B After Width: | Height: | Size: 655 B |
|
Before Width: | Height: | Size: 607 B After Width: | Height: | Size: 581 B |