Ajout de restriction pour les commerciaux et les accs socits

This commit is contained in:
Regis Houssin 2006-05-26 14:57:44 +00:00
parent 4e588520bd
commit c8882d7cf3

View File

@ -53,7 +53,7 @@ if (!$user->rights->commercial->client->voir || $user->societe_id)
else
{
$filename = $conf->propal->dir_images.'/nbpropale2year-'.$year.'.png';
$fileurl = DOL_URL_ROOT.'/viewimage.php?modulepart=propalstats&file=nbpropale2year'.$year.'.png';
$fileurl = DOL_URL_ROOT.'/viewimage.php?modulepart=propalstats&file=nbpropale2year-'.$year.'.png';
}
$px = new BarGraph();