Modif lien product

This commit is contained in:
Rodolphe Quiedeville 2005-04-11 15:50:33 +00:00
parent ae5a6d3e3d
commit d9740c3418

View File

@ -81,7 +81,7 @@ function llxHeader($head = "", $title="", $addons='') {
if ($conf->produit->enabled || $conf->service->enabled)
{
$menu->add(DOL_URL_ROOT."/product/liste.php?type=0", $langs->trans("Products"));
$menu->add(DOL_URL_ROOT."/fourn/product/", $langs->trans("Products"));
}
left_menu($menu->liste);