diff --git a/htdocs/product/stock/product.php b/htdocs/product/stock/product.php index efdc8a8551e..abfacdb417b 100644 --- a/htdocs/product/stock/product.php +++ b/htdocs/product/stock/product.php @@ -2,6 +2,7 @@ /* Copyright (C) 2001-2004 Rodolphe Quiedeville * Copyright (C) 2004-2005 Laurent Destailleur * Copyright (C) 2004 Eric Seigne + * Copyright (C) 2005 Simon TOSSER * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -194,7 +195,7 @@ if ($_GET["id"]) if ($product->type == 0 && $conf->stock->enabled) { print ''.$langs->trans("Stock").''; +href=".DOL_URL_ROOT."/product/stock/product.php?id='.$product->id.'">'.$langs->trans("Stock").''; if ($product->no_stock) { print "Pas de définition de stock pour ce produit";