]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/is.pl
Verklemmung von Rose und standard_dbh lösen
[mfinanz.git] / bin / mozilla / is.pl
index c4d884984f650c6a9568cae9fa32698af5491736..502525782e9220b9f863467ca5c0b7cd4ff85be9 100644 (file)
@@ -472,7 +472,7 @@ sub form_footer {
 
   # follow ups
   if ($form->{id}) {
-    $form->{follow_ups}            = FU->follow_ups('trans_id' => $form->{id}) || [];
+    $form->{follow_ups}            = FU->follow_ups('trans_id' => $form->{id}, 'not_done' => 1) || [];
     $form->{follow_ups_unfinished} = ( sum map { $_->{due} * 1 } @{ $form->{follow_ups} } ) || 0;
   }