From 8cfed3ff3f3fb934a95d7d14d356978582378b97 Mon Sep 17 00:00:00 2001 From: defrance69 Date: Thu, 5 Apr 2012 14:01:15 +0300 Subject: [PATCH] Update htdocs/product/index.php --- htdocs/product/index.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 "