diff --git a/htdocs/projet/fiche.php b/htdocs/projet/fiche.php index ed80f3d11ce..0fc0f430b4c 100644 --- a/htdocs/projet/fiche.php +++ b/htdocs/projet/fiche.php @@ -23,6 +23,7 @@ require("./pre.inc.php"); require("./project.class.php"); require("../propal.class.php"); require("../facture.class.php"); +require("../commande/commande.class.php"); if ($HTTP_POST_VARS["action"] == 'update') { @@ -177,6 +178,41 @@ if ($action == 'create') print '
| Réf | Date | Prix |
| id\">$commande->ref | \n"; + print ''.strftime("%d %B %Y",$commande->date).' | '; + print ''.price($commande->total_ht).' |
| '.$i.' commandes | '; + print 'Total : '.price($total).' | '; + print ''.MAIN_MONNAIE.' HT |