Skip to content

Commit

Permalink
Fix: Bad url param
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Feb 27, 2011
1 parent a06a1cb commit 468d79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/compta/bank/graph.php
Expand Up @@ -846,7 +846,7 @@
{
print '<tr><td align="center">';
$file = "balance".$account.".png";
print '<img src="'.DOL_URL_ROOT.'/viewimage.php?modulepart=bank_temp&file='.$file.'" alt="" title="">';
print '<img src="'.DOL_URL_ROOT.'/viewimage.php?modulepart=banque_temp&file='.$file.'" alt="" title="">';
print '</td></tr>';
}

Expand Down

0 comments on commit 468d79e

Please sign in to comment.