From: Bernd Bleßmann Date: Mon, 21 Feb 2022 13:09:52 +0000 (+0100) Subject: Vorgangsbezeichnung in Kreditorenbuchungs-Vorlage: Speichern und Laden X-Git-Tag: kivitendo-mebil_0.1-0~10^2~2^2~134 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=02476401e6eb9fa365ca7f09b5f68750f28f7748;p=kivitendo-erp.git Vorgangsbezeichnung in Kreditorenbuchungs-Vorlage: Speichern und Laden --- diff --git a/bin/mozilla/ap.pl b/bin/mozilla/ap.pl index 8e964b258..a062a03fb 100644 --- a/bin/mozilla/ap.pl +++ b/bin/mozilla/ap.pl @@ -136,7 +136,7 @@ sub load_record_template { $::form->{duedate} = $today->to_kivitendo; $::form->{rowcount} = @{ $template->items }; $::form->{paidaccounts} = 1; - $::form->{$_} = $template->$_ for qw(department_id ordnumber taxincluded notes); + $::form->{$_} = $template->$_ for qw(department_id ordnumber taxincluded notes transaction_description); if ($template->vendor) { $::form->{vendor_id} = $template->vendor_id; @@ -219,6 +219,7 @@ sub save_record_template { direct_debit => $::form->{direct_debit} ? 1 : 0, ordnumber => $::form->{ordnumber}, notes => $::form->{notes}, + transaction_description => $::form->{transaction_description}, items => \@items, );