Correction d'un lien

This commit is contained in:
simontosser 2005-08-24 11:38:23 +00:00
parent 17e4d09dcb
commit 9685646a8d

View File

@ -193,7 +193,8 @@ if ($_GET["id"])
// Stock
if ($product->type == 0 && $conf->stock->enabled)
{
print '<tr><td><a href="stock/product.php?id='.$product->id.'">'.$langs->trans("Stock").'</a></td>';
print '<tr><td><a
href="DOL_URL_ROOT."/product/stock/product.php?id='.$product->id.'">'.$langs->trans("Stock").'</a></td>';
if ($product->no_stock)
{
print "<td>Pas de définition de stock pour ce produit";