]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/Reconciliation.pm
RequirementSpecs: js accessor angepasst
[mfinanz.git] / SL / Controller / Reconciliation.pm
index daf8f075e003181981e9ec0566cf0afdb833ee2f..1236c44657b292b4a6e3189d2cc378bd5a3fe398 100644 (file)
@@ -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