X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/89402a3afb0cc1f9b73537645dd63e1715ced775..d41efcfe571f88b63aa53492e3e3460d948232d6:/SL/Controller/Reconciliation.pm diff --git a/SL/Controller/Reconciliation.pm b/SL/Controller/Reconciliation.pm index daf8f075e..1236c4465 100644 --- a/SL/Controller/Reconciliation.pm +++ b/SL/Controller/Reconciliation.pm @@ -406,8 +406,8 @@ sub _filter_to_where { } if ( $self->{bank_account}->reconciliation_starting_date ) { - push @bt_where, (transdate => { gt => $self->{bank_account}->reconciliation_starting_date }); - push @bb_where, (transdate => { gt => $self->{bank_account}->reconciliation_starting_date }); + push @bt_where, (transdate => { ge => $self->{bank_account}->reconciliation_starting_date }); + push @bb_where, (transdate => { ge => $self->{bank_account}->reconciliation_starting_date }); } # don't try to reconcile opening and closing balance transactions