diff --git a/htdocs/product/fiche.php3 b/htdocs/product/fiche.php3 index 40604d17814..fb749bdc880 100644 --- a/htdocs/product/fiche.php3 +++ b/htdocs/product/fiche.php3 @@ -95,8 +95,15 @@ else print '
| Référence | '.$product->ref.' | Libellé | $product->label | \n"; + print 'Référence | '.$product->ref.' | '; + print 'Statistiques | '; + print ''; + print "Libellé | $product->label | "; + print '';
+ print "Propositions commerciales : ".$product->count_propale();
+ print " Proposé à ".$product->count_propale_client()." clients"; + print " Factures : ".$product->count_facture(); + print ' | ';
print '
| Prix | '.price($product->price).' |
| Taux TVA | '.$product->tva_tx.' |
| Description | ".nl2br($product->description)." |