Bug 21395: (QA follow-up) Remove some introduced issues
[koha.git] / reports / bor_issues_top.pl
index e2f6989..63bdd6d 100755 (executable)
@@ -242,7 +242,7 @@ sub calculate {
                        $columns{($row[0] ||'NULL')}++;
             push @loopcol, { coltitle => $row[0] || 'NULL' };
         }
-               $debug and print $debugfh "full array: ", Dumper(\%columns), "\n";
+        $debug and print $debugfh "full array: ", Dumper(\%columns), "\n";
     }else{
         $columns{''} = 1;
     }