diff --git a/htdocs/product/index.php b/htdocs/product/index.php index 670b0c0e2d6..27b8bf7065f 100644 --- a/htdocs/product/index.php +++ b/htdocs/product/index.php @@ -186,7 +186,7 @@ if ($result) print ''; - print ''; + print ''; $var=True; @@ -222,6 +222,14 @@ if ($result) print ""; + // Sell price + if (empty($conf->global->PRODUIT_MULTIPRICES)) + { + print ''; + } print '";
'.$transRecordedType.'
'.$transRecordedType.'
"; print dol_print_date($db->jdate($objp->datem),'day'); print "'; + if ($objp->price_base_type == 'TTC') print price($objp->price_ttc).' '.$langs->trans("TTC"); + else print price($objp->price).' '.$langs->trans("HT"); + print ''; print $product_static->LibStatut($objp->tosell,5,0); print "