diff --git a/htdocs/compta/bank/graph.php b/htdocs/compta/bank/graph.php index 270ab958b95..b16972cb9b8 100644 --- a/htdocs/compta/bank/graph.php +++ b/htdocs/compta/bank/graph.php @@ -55,23 +55,6 @@ if ($account > 0) print ''; - print ''; - - if ($month == 1) - { - $monthprev = "12"; - $yearprev = $year - 1; - } - else - { - $monthprev = substr("00".($month - 1), -2) ; - $yearprev = $year ; - } - - $file = "solde.$account.$yearprev.png"; - - print ''; - print ''; } ?>