Correction & par &

This commit is contained in:
Rodolphe Quiedeville 2006-12-02 20:29:58 +00:00
parent 3fa8a573eb
commit 07aa8826bc

View File

@ -56,7 +56,7 @@ function llxHeader($head = "", $title="", $addons='') {
// Sécurité accés client
if ($user->societe_id == 0 && $user->rights->societe->creer)
{
$menu->add_submenu(DOL_URL_ROOT."/soc.php?action=create&type=f",$langs->trans("NewSupplier"));
$menu->add_submenu(DOL_URL_ROOT."/soc.php?action=create&type=f",$langs->trans("NewSupplier"));
}
}