From 1362ba577da7318123143a4b1a778e41b679612f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 2 Jan 2009 18:24:19 +0000 Subject: [PATCH] Graph and debit/credit report can be used with no account parameter (calculation is made on all accounts) --- htdocs/compta/bank/graph.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/bank/graph.php b/htdocs/compta/bank/graph.php index 3c947c51cdc..74d10b3171a 100644 --- a/htdocs/compta/bank/graph.php +++ b/htdocs/compta/bank/graph.php @@ -712,7 +712,7 @@ if ($mode == 'standard') if ($nextmonth > 12) { $nextmonth=1; $nextyear++; } // For month - $lien="".img_previous()." ".$langs->trans("Month")." ".img_next().""; + $lien="".img_previous()." ".$langs->trans("Month")." ".img_next().""; print ''.$lien.''; print ''; @@ -726,7 +726,7 @@ if ($mode == 'standard') // For year $prevyear=$year-1;$nextyear=$year+1; - $lien="".img_previous()." ".$langs->trans("Year")." ".img_next().""; + $lien="".img_previous()." ".$langs->trans("Year")." ".img_next().""; print ''.$lien.''; print '';