Ajout de restriction pour les commerciaux et les accès sociétés
This commit is contained in:
parent
4e588520bd
commit
c8882d7cf3
@ -53,7 +53,7 @@ if (!$user->rights->commercial->client->voir || $user->societe_id)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
$filename = $conf->propal->dir_images.'/nbpropale2year-'.$year.'.png';
|
$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();
|
$px = new BarGraph();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user