X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/dddecda1a73ac122ab214c473919368605c16c47..450a0e2fe7fb48bb964a6d1f14446c8976e124f6:/SL/RC.pm diff --git a/SL/RC.pm b/SL/RC.pm index 3c91195f8..65ea665f0 100644 --- a/SL/RC.pm +++ b/SL/RC.pm @@ -74,7 +74,7 @@ sub payment_transactions { qq| WHERE c2.accno = ?) AS category | . qq|FROM acc_trans a | . qq|JOIN chart c ON (c.id = a.chart_id) | . - qq|WHERE a.transdate < date ? AND a.cleared = '1' AND c.accno = ?|; + qq|WHERE a.transdate < ? AND a.cleared = '1' AND c.accno = ?|; @values = ($form->{accno}, conv_date($form->{fromdate}), $form->{accno}); } else {