diff --git a/htdocs/fourn/commande/fiche.php b/htdocs/fourn/commande/fiche.php
index df47bc3ffa4..230cec5dba8 100644
--- a/htdocs/fourn/commande/fiche.php
+++ b/htdocs/fourn/commande/fiche.php
@@ -674,7 +674,7 @@ else
{
print '
| ';
}
- print ' | ';
+ print ''.price($objp->subprice*$objp->qty*(100-$objp->remise_percent)/100).' | ';
if ($commande->statut == 0 && $user->rights->fournisseur->commande->creer && $_GET["action"] <> 'valid' && $_GET["action"] != 'editline')
{
print 'id.'&action=editline&rowid='.$objp->rowid.'#'.$objp->rowid.'">';
|