From c8882d7cf3bed7b0e13bae8f67bd849aa7ff8bcb Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 26 May 2006 14:57:44 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20restriction=20pour=20les=20commerc?= =?UTF-8?q?iaux=20et=20les=20acc=E8s=20soci=E9t=E9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/propal/stats/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();