diff --git a/htdocs/compta/bank/graph.php b/htdocs/compta/bank/graph.php index c560719f71b..c81444dc4f5 100644 --- a/htdocs/compta/bank/graph.php +++ b/htdocs/compta/bank/graph.php @@ -50,6 +50,10 @@ if ($account > 0) $acct = new Account($db); $acct->fetch($account); + + create_exdir($conf->banque->dir_images); + + // Definition de $width et $height $width = 700; $height = 200;