correct display of margin resume table

This commit is contained in:
Christophe Battarel 2012-07-19 09:55:43 +02:00
parent 9a7935075c
commit 019b857784

View File

@ -1597,7 +1597,7 @@ print '<td align="right" nowrap>'.price($object->total_ttc).'</td>';
print '<td>'.$langs->trans("Currency".$conf->currency).'</td></tr>';
// Statut
print '<tr><td height="10">'.$langs->trans('Status').'</td><td align="left" colspan="3">'.$object->getLibStatut(4).'</td></tr>';
print '<tr><td height="10">'.$langs->trans('Status').'</td><td align="left" colspan="2">'.$object->getLibStatut(4).'</td></tr>';
print '</table><br>';
@ -1644,7 +1644,7 @@ if ($object->statut == 0 && $user->rights->propale->creer)
// Add free products/services
$object->formAddFreeProduct(0,$mysoc,$soc,$hookmanager);
// Add predefined products/services
if ($conf->product->enabled || $conf->service->enabled)
{