From 31f4c2c074a1bde4b523bada924680923c355d21 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 23 Jul 2003 16:00:33 +0000 Subject: [PATCH] Modif mineures --- htdocs/product/stats/facture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/stats/facture.php b/htdocs/product/stats/facture.php index 2bf8b70a043..5f74c095240 100644 --- a/htdocs/product/stats/facture.php +++ b/htdocs/product/stats/facture.php @@ -51,7 +51,7 @@ if ($id) print "
Proposé à ".$product->count_propale_client()." clients"; print "
Factures : ".$product->count_facture(); print ''; - print 'Prix'.price($product->price).''; + print 'Prix de vente'.price($product->price).''; print ""; if ($page == -1)