diff --git a/htdocs/fourn/fiche.php b/htdocs/fourn/fiche.php index 7f21b7e01e6..18868942c63 100644 --- a/htdocs/fourn/fiche.php +++ b/htdocs/fourn/fiche.php @@ -334,39 +334,6 @@ if ( $societe->fetch($socid) ) show_actions_done($conf,$langs,$db,$societe); } - - // deprecated - /* - print '
| ';
-
- $file = get_exdir($societe->id, 3) . "ca_genere-".$societe->id.".png";
- if (file_exists($conf->fournisseur->dir_temp.'/'.$file))
- {
- $url=DOL_URL_ROOT.'/viewimage.php?modulepart=graph_fourn&file='.$file;
- print ' | ';
-
- $file = get_exdir($societe->id, 3) . "ca_achat-".$societe->id.".png";
- if (file_exists($conf->fournisseur->dir_temp.'/'.$file))
- {
- $url=DOL_URL_ROOT.'/viewimage.php?modulepart=graph_fourn&file='.$file;
- print ' |