Revision 02476401
Von Bernd Bleßmann vor etwa 3 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
$::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;
|
||
... | ... | |
direct_debit => $::form->{direct_debit} ? 1 : 0,
|
||
ordnumber => $::form->{ordnumber},
|
||
notes => $::form->{notes},
|
||
transaction_description => $::form->{transaction_description},
|
||
|
||
items => \@items,
|
||
);
|
Auch abrufbar als: Unified diff
Vorgangsbezeichnung in Kreditorenbuchungs-Vorlage: Speichern und Laden