From ba7ff0ed0842cbf7554cde66ef0f4eb7fab38d31 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 4 Sep 2007 22:10:58 +0000 Subject: [PATCH] Fix: ajout du montant total HT de la ligne produit --- htdocs/fourn/commande/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 'rowid.'#'.$objp->rowid.'">';