space between prefix and number
[koha-zs-skipped] / koha-zs-skipped.pl
index 14f3280..ca83e9f 100755 (executable)
@@ -93,7 +93,7 @@ while( my $row = $sth->fetchrow_hashref ) {
        }
        $num++;
        while ( $row->{num} > $num ) {
-               print "$prefix$num\n";
+               print "$prefix $num\n";
                $num++;
        }
 }