@@ -, +, @@ 1-go to C4/Accounts.pm 2-there should not be a trailing space at line 279. --- C4/Accounts.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/C4/Accounts.pm +++ a/C4/Accounts.pm @@ -276,7 +276,7 @@ sub getcredits { AND timestamp >=TIMESTAMP(?) AND timestamp < TIMESTAMP(?)" ); - $sth->execute( $date, $date2 ); + $sth->execute( $date, $date2 ); my @results; while ( my $data = $sth->fetchrow_hashref ) { $data->{'date'} = $data->{'timestamp'}; --