Skip to content
Snippets Groups Projects
Commit aec62b5a authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: lien invalide

parent 2bcc53fc
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@ if ($_GET["id"])
{
$i = !$i;
print "<tr ".$bc[$i]."><td>".$way."</td>";
print "<td><a href= '".DOL_URL_ROOT."/product/categorie.php?id=".$product->id."&amp;cat=".$cat->id."'>".$langs->trans("DeleteFromCat")."</a></td></tr>\n";
print "<td><a href= '".DOL_URL_ROOT."/fourn/product/categorie.php?id=".$product->id."&amp;cat=".$cat->id."'>".$langs->trans("DeleteFromCat")."</a></td></tr>\n";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment