Modif titre graph

This commit is contained in:
Rodolphe Quiedeville 2006-12-11 09:57:15 +00:00
parent 42d9095207
commit 73640098dc

View File

@ -122,7 +122,7 @@ foreach ($fournisseurs as $id => $fdir)
print "$file\n"; print "$file\n";
$file = $fdir ."ca_achat-".$id.".png"; $file = $fdir ."ca_achat-".$id.".png";
$title = "CA avec ce fournisseur (euros HT)"; $title = "Charges pour ce fournisseur (euros HT)";
graph_datas($file, $title, $values_ach, $legends); graph_datas($file, $title, $values_ach, $legends);
if ($verbose) if ($verbose)