This commit is contained in:
Laurent Destailleur 2008-07-11 14:47:02 +00:00
parent 5a54c49182
commit 9ce06c11d1

View File

@ -1477,7 +1477,7 @@ else
{
print '<td>&nbsp;</td>';
}
print '<td align="right nowrap="nowrap"">'.price($objp->total_ht).'</td>';
print '<td align="right" nowrap="nowrap">'.price($objp->total_ht).'</td>';
// Icone d'edition et suppression
if ($commande->statut == 0 && $user->rights->commande->creer)