Skip to content
Snippets Groups Projects
Commit 892f9527 authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Modifie l'appel au graph des duree moyennes

parent 54e40ef8
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,7 @@ class ProcessGraphContrats
$graphduree = new GraphAppelsDureeMoyenne ($this->db, $file);
$graphduree->contrat = $contrat;
$graphduree->show_console = 0 ;
$graphduree->GraphDraw();
$graphduree->Graph();
/* Nb de communication */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment