Vorgangsbezeichnung in Dialogbuchungs-Vorlage: Speichern und Laden
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Mon, 21 Feb 2022 10:44:29 +0000 (11:44 +0100)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Wed, 9 Mar 2022 10:12:04 +0000 (11:12 +0100)
bin/mozilla/gl.pl

index 825668b..1ea4aed 100644 (file)
@@ -113,7 +113,7 @@ sub load_record_template {
   $::form->{duedate}          = $today->to_kivitendo;
   $::form->{rowcount}         = @{ $template->items };
   $::form->{paidaccounts}     = 1;
-  $::form->{$_}               = $template->$_     for qw(department_id taxincluded ob_transaction cb_transaction reference description show_details);
+  $::form->{$_}               = $template->$_     for qw(department_id taxincluded ob_transaction cb_transaction reference description show_details transaction_description);
   $::form->{$_}               = $dummy_form->{$_} for qw(closedto revtrans previous_id previous_gldate);
 
   my $row = 0;
@@ -194,6 +194,7 @@ sub save_record_template {
     reference      => $::form->{reference},
     description    => $::form->{description},
     show_details   => $::form->{show_details},
+    transaction_description => $::form->{transaction_description},
 
     items          => \@items,
   );