From: Bernd Bleßmann Date: Mon, 21 Feb 2022 13:35:21 +0000 (+0100) Subject: Vorgangsbezeichnung in Debitorenbuchungs-Vorlage: Speichern und Laden X-Git-Tag: kivitendo-mebil_0.1-0~10^2~2^2~131 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=d64a64201767dd534ed86ac77dfcedf4a9c7c6f2;p=kivitendo-erp.git Vorgangsbezeichnung in Debitorenbuchungs-Vorlage: Speichern und Laden --- diff --git a/bin/mozilla/ar.pl b/bin/mozilla/ar.pl index 0ed071eca..e7576bda0 100644 --- a/bin/mozilla/ar.pl +++ b/bin/mozilla/ar.pl @@ -128,6 +128,7 @@ sub load_record_template { $::form->{currency} = $template->currency->name; $::form->{direct_debit} = $template->direct_debit; $::form->{globalproject_id} = $template->project_id; + $::form->{transaction_description} = $template->transaction_description; $::form->{AR_chart_id} = $template->ar_ap_chart_id; $::form->{transdate} = $today->to_kivitendo; $::form->{duedate} = $today->to_kivitendo; @@ -210,6 +211,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, );