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 ''; - print ''; - 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 'CA genere'; - } - else - { - print $langs->trans("NoneOrBatchFileNeverRan",'batch_fournisseur_updateturnover.php, batch_fournisseur_buildgraph.php'); - } - - 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 'CA'; - } - else - { - print $langs->trans("NoneOrBatchFileNeverRan",'batch_fournisseur_updateturnover.php, batch_fournisseur_buildgraph.php'); - } - - print '
' . "\n"; - */ } else {