]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/RC.pm
Testing Code bei Kontenabgleich entfernt (LIMIT 6)
[kivitendo-erp.git] / SL / RC.pm
index 89904d868a1418fa46228d53f607ddfe1da5e1f9..8447bb8a6d693ba2b68d92d4b5f95ecaeec0c1be 100644 (file)
--- a/SL/RC.pm
+++ b/SL/RC.pm
@@ -211,7 +211,7 @@ sub payment_transactions {
     push(@values, conv_i($form->{filter_amount}));
   }
 
-  $query .= " ORDER BY 3,7,8 LIMIT 6";
+  $query .= " ORDER BY 3,7,8";
 
   $form->{PR} = selectall_hashref_query($form, $dbh, $query, @values);