]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/fu.pl
Beim Speichern von Wiedervorlagen aus dem Wiedervorlagebericht heraus wurden Kopien...
[mfinanz.git] / bin / mozilla / fu.pl
index ae67e304e6e6404d3e9b6e59f426c360c2f4cdd4..437d6bf5287b45b16aca7626221ffd52c4bf588c 100644 (file)
@@ -93,7 +93,7 @@ sub save_follow_up {
   $form->isblank('follow_up_date',   $locale->text('The follow-up date is missing.'));
   $form->isblank('subject',          $locale->text('The subject is missing.'));
 
-  my %params = (map({ $_ => $form->{$_} } qw(id subject body created_for_user follow_up_date)), 'done' => 0);
+  my %params = (map({ $_ => $form->{$_} } qw(id subject body note_id created_for_user follow_up_date)), 'done' => 0);
 
   _collect_links(\%params);