From d64a64201767dd534ed86ac77dfcedf4a9c7c6f2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Mon, 21 Feb 2022 14:35:21 +0100 Subject: [PATCH] Vorgangsbezeichnung in Debitorenbuchungs-Vorlage: Speichern und Laden --- bin/mozilla/ar.pl | 2 ++ 1 file changed, 2 insertions(+) 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, ); -- 2.20.1