From: Moritz Bunkus Date: Thu, 27 Nov 2008 14:41:39 +0000 (+0000) Subject: Beim Speichern von Wiedervorlagen aus dem Wiedervorlagebericht heraus wurden Kopien... X-Git-Tag: release-2.6.0beta2~229 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=1763c7c7955552695526076864db212a9ef3033c;p=kivitendo-erp.git Beim Speichern von Wiedervorlagen aus dem Wiedervorlagebericht heraus wurden Kopien der Notizen erstellt anstatt eine bereits bestehende Notiz zu aktualisieren. --- 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); diff --git a/templates/webpages/fu/add_edit_de.html b/templates/webpages/fu/add_edit_de.html index 63a8eadca..0cc71db97 100644 --- a/templates/webpages/fu/add_edit_de.html +++ b/templates/webpages/fu/add_edit_de.html @@ -18,6 +18,7 @@
[% title %]
+ diff --git a/templates/webpages/fu/add_edit_master.html b/templates/webpages/fu/add_edit_master.html index 644bc3fb4..bcacbf24d 100644 --- a/templates/webpages/fu/add_edit_master.html +++ b/templates/webpages/fu/add_edit_master.html @@ -18,6 +18,7 @@
[% title %]
+