X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Ffu.pl;h=437d6bf5287b45b16aca7626221ffd52c4bf588c;hb=4091b37c72307f33791bb7dadb922152f70e6760;hp=ae67e304e6e6404d3e9b6e59f426c360c2f4cdd4;hpb=e02b6c616968db9aef1ba9425254d4b29ff1c7e8;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);