diff --git a/htdocs/product/fiche.php3 b/htdocs/product/fiche.php3 index d9dce56ce28..a6c4b993516 100644 --- a/htdocs/product/fiche.php3 +++ b/htdocs/product/fiche.php3 @@ -91,7 +91,7 @@ if ($action == 'create') print ""; print 'Référence'; print 'Libellé'; - print 'Prix'; + print 'Prix de vente'; print 'Taux TVA'; $html = new Form($db); print $html->select_tva("tva_tx"); @@ -133,12 +133,12 @@ else } else { - print "Cet article n'est pas en vente"; + print "Cet article n'est pas en vente"; } print ''; print "Libellé$product->label"; print 'Statistiques'; - print 'Prix'.price($product->price).''; + print 'Prix de vente'.price($product->price).''; print ''; print "Propositions commerciales : ".$product->count_propale(); print "
Proposé à ".$product->count_propale_client()." clients"; @@ -160,7 +160,7 @@ else print ''; print ''; print ''; - print ''; + print ''; print ''; print '
Référence
Libellé
Prix
Prix de vente
Taux TVA'; $html = new Form($db); print $html->select_tva("tva_tx", $product->tva_tx); @@ -216,7 +216,7 @@ else print '-

'; -if ($id && $action == '') +if ($id && $action == '' && $product->envente) { $htmls = new Form($db);