From 0141bfd6104ecbf720da663120f38a152ba1bc7e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 17 Apr 2008 00:20:52 +0000 Subject: [PATCH] Fix: HTML Respect --- htdocs/product/fiche.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index 020d9e2cf89..425580f3a1e 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -942,11 +942,13 @@ if ($_GET["id"] || $_GET["ref"]) print ''; print ''; print ''; - print ''; + print ''; print ''; + + // Status print ''; + if ($product->isproduct() && $conf->stock->enabled) { print "".'
'.$langs->trans("Ref").'
'.$langs->trans("Label").'
'.$langs->trans("Label").'
'.$langs->trans("VATRate").''; print $html->select_tva("tva_tx", $product->tva_tx, $mysoc, '', $product->tva_tx); print '
'.$langs->trans("Status").''; print ''; print '
'.$langs->trans("StockLimit").'';