updates to acqui - first of several commits
[koha.git] / acqui / neworderbiblio.pl
index d38dd6b..6fb6f7c 100755 (executable)
@@ -111,7 +111,6 @@ for(my $i=0;$i<$hits;$i++) {
     %resultsloop=%$biblio;
     $resultsloop{highlight}       = ($i % 2)?(1):(0);
     $resultsloop{booksellerid} = $booksellerid;
-
     push @results, \%resultsloop;
 }