From 01047dd98462db8acb5b833bac6c04f286c8ec1d Mon Sep 17 00:00:00 2001 From: simontosser Date: Wed, 24 Aug 2005 11:47:07 +0000 Subject: [PATCH] Correction d'un lien --- htdocs/product/stock/product.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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";