/[dolibarr]/dolibarr/htdocs/telephonie/contrat/stats.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/contrat/stats.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by rodolphe, Wed Jun 8 13:38:24 2005 UTC revision 1.4 by rodolphe, Tue Sep 6 15:57:44 2005 UTC
# Line 117  if ($_GET["id"]) Line 117  if ($_GET["id"])
117            print '</td><td width="50%" valign="top" align="center">';            print '</td><td width="50%" valign="top" align="center">';
118    
119            $file = $img_root.$contrat->id."/graphgain.png";            $file = $img_root.$contrat->id."/graphgain.png";
120            if (file_exists($file))  
121              if (file_exists($file) && $user->rights->telephonie->ligne->gain)
122              {              {
123                print '<img src="'.DOL_URL_ROOT.'/telephonie/showgraph.php?graph='.$file.'" alt="CA Mensuel">';                print '<img src="'.DOL_URL_ROOT.'/telephonie/showgraph.php?graph='.$file.'" alt="CA Mensuel">';
124              }              }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26