X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Ffu.pl;fp=bin%2Fmozilla%2Ffu.pl;h=437d6bf5287b45b16aca7626221ffd52c4bf588c;hb=1763c7c7955552695526076864db212a9ef3033c;hp=ae67e304e6e6404d3e9b6e59f426c360c2f4cdd4;hpb=8468c353d00846c241dd17f9bd3aa9052f7b1cd2;p=kivitendo-erp.git diff --git a/bin/mozilla/fu.pl b/bin/mozilla/fu.pl index ae67e304e..437d6bf52 100644 --- a/bin/mozilla/fu.pl +++ b/bin/mozilla/fu.pl @@ -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);