Correction d'un lien dans fiche produit
This commit is contained in:
parent
01047dd984
commit
8be85be007
@ -195,7 +195,7 @@ if ($_GET["id"])
|
||||
if ($product->type == 0 && $conf->stock->enabled)
|
||||
{
|
||||
print '<tr><td><a
|
||||
href=".DOL_URL_ROOT."/product/stock/product.php?id='.$product->id.'">'.$langs->trans("Stock").'</a></td>';
|
||||
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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user