diff --git a/htdocs/comm/propal/stats/index.php b/htdocs/comm/propal/stats/index.php index bdc3a79a223..74076db0b9d 100644 --- a/htdocs/comm/propal/stats/index.php +++ b/htdocs/comm/propal/stats/index.php @@ -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();