Bug 18584 - removed white space in C4/Accounts.pm
[koha.git] / C4 / Accounts.pm
index c7b8191..0a1e779 100644 (file)
@@ -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'};