Revision 246de3fc
Von Bernd Bleßmann vor fast 3 Jahren hinzugefügt
bin/mozilla/gl.pl | ||
---|---|---|
113 | 113 |
$::form->{duedate} = $today->to_kivitendo; |
114 | 114 |
$::form->{rowcount} = @{ $template->items }; |
115 | 115 |
$::form->{paidaccounts} = 1; |
116 |
$::form->{$_} = $template->$_ for qw(department_id taxincluded ob_transaction cb_transaction reference description show_details); |
|
116 |
$::form->{$_} = $template->$_ for qw(department_id taxincluded ob_transaction cb_transaction reference description show_details transaction_description);
|
|
117 | 117 |
$::form->{$_} = $dummy_form->{$_} for qw(closedto revtrans previous_id previous_gldate); |
118 | 118 |
|
119 | 119 |
my $row = 0; |
... | ... | |
194 | 194 |
reference => $::form->{reference}, |
195 | 195 |
description => $::form->{description}, |
196 | 196 |
show_details => $::form->{show_details}, |
197 |
transaction_description => $::form->{transaction_description}, |
|
197 | 198 |
|
198 | 199 |
items => \@items, |
199 | 200 |
); |
Auch abrufbar als: Unified diff
Vorgangsbezeichnung in Dialogbuchungs-Vorlage: Speichern und Laden