From 881daaad0656c8e3df14c4f6200fb7a43b80cadf Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 31 Mar 2006 13:55:47 +0000 Subject: [PATCH] bugfix --- htdocs/product/stock/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/stock/fiche.php b/htdocs/product/stock/fiche.php index a8ab2354964..73bfae25039 100644 --- a/htdocs/product/stock/fiche.php +++ b/htdocs/product/stock/fiche.php @@ -321,7 +321,7 @@ else print "rowid\">"; print img_object($langs->trans("ShowProduct"),"product").' '.$objp->ref; print "\n"; - print ''.$objp->produit.'\n'; + print ''.$objp->produit.''; print ''.$objp->value.''; //print "entrepot_id\">"; //print img_object($langs->trans("ShowWarehous"),"stock").' '.$objp->stock;