diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php index 5dae2e39a19..9418b0125e4 100644 --- a/htdocs/commande/fiche.php +++ b/htdocs/commande/fiche.php @@ -1477,7 +1477,7 @@ else { print ' '; } - print ''.price($objp->total_ht).''; + print ''.price($objp->total_ht).''; // Icone d'edition et suppression if ($commande->statut == 0 && $user->rights->commande->creer)