Bug 18584 - removed white space in C4/Accounts.pm
authorDominic Pichette <dominic@inlibro.com>
Tue, 12 Sep 2017 14:13:58 +0000 (10:13 -0400)
committerKatrin Fischer <katrin.fischer.83@web.de>
Sun, 29 Oct 2017 17:49:58 +0000 (18:49 +0100)
Test Plan:
    1-go to C4/Accounts.pm
    2-there should not be a trailing space at line 279.

Signed-off-by: Dominic Pichette <dominic@inlibro.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 5400795a6651adc021801052fa0186747983b587)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit d3f3512d3f480e3a7a36c3917e6748fef825d34f)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

C4/Accounts.pm

index 96f0253..73faef9 100644 (file)
@@ -390,7 +390,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'};