Look: Modifications esthtiques mineures

This commit is contained in:
Laurent Destailleur 2005-09-14 22:47:56 +00:00
parent e6d7965476
commit 4320a5aa94

View File

@ -264,7 +264,7 @@ if ($_socid > 0)
// Type + Staff
$arr = $objsoc->typent_array($objsoc->typent_id);
$objsoc->typent= $arr[$objsoc->typent_id];
print '<tr><td>'.$langs->trans("Type").'</td><td>'.$objsoc->typent.'</td><td>'.$langs->trans("Staff").'</td><td>'.$objsoc->effectif.'</td></tr>';
print '<tr><td>'.$langs->trans("Type").'</td><td>'.$objsoc->typent.'</td><td>'.$langs->trans("Staff").'</td><td nowrap>'.$objsoc->effectif.'</td></tr>';
// Remise permanente
print '<tr><td nowrap>';