From 42a9734345a523c442953acfd0f8b77707e2faae Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 7 Jul 2003 10:29:27 +0000 Subject: [PATCH] Ajout lien vers facture.php --- htdocs/product/stats/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/stats/fiche.php b/htdocs/product/stats/fiche.php index 75b7033eea1..1ac6afbc0cf 100644 --- a/htdocs/product/stats/fiche.php +++ b/htdocs/product/stats/fiche.php @@ -75,7 +75,7 @@ if ($id) print ''; print "Propositions commerciales : ".$product->count_propale(); print "
Proposé à ".$product->count_propale_client()." clients"; - print "
Factures : ".$product->count_facture(); + print '
Factures : '.$product->count_facture(); print ''; print 'Prix'.price($product->price).''; print "";