projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee75e59
)
Testing Code bei Kontenabgleich entfernt (LIMIT 6)
author
G. Richardson
<information@kivitendo-premium.de>
Tue, 24 Nov 2015 17:15:12 +0000
(18:15 +0100)
committer
G. Richardson
<information@kivitendo-premium.de>
Tue, 24 Nov 2015 17:15:12 +0000
(18:15 +0100)
SL/RC.pm
patch
|
blob
|
history
diff --git
a/SL/RC.pm
b/SL/RC.pm
index
89904d8
..
8447bb8
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);