Revision da8e5472
Von Bernd Bleßmann vor mehr als 5 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
1206 | 1206 |
$::form->{taxincluded} = 1; # we use amount below, so tax is included |
1207 | 1207 |
$::form->{transdate} = $today->to_kivitendo; |
1208 | 1208 |
$::form->{duedate} = $today->to_kivitendo; |
1209 |
$::form->{duedate} = $order->vendor->payment->calc_date(reference_date => $today)->to_kivitendo if $order->vendor->payment; |
|
1210 |
|
|
1209 |
$::form->{duedate} = $order->payment_terms->calc_date(reference_date => $today)->to_kivitendo if $order->payment_terms; |
|
1211 | 1210 |
create_links(); |
1212 | 1211 |
|
1213 | 1212 |
my $config_po_ap_workflow_chart_id = $::instance_conf->get_workflow_po_ap_chart_id; |
Auch abrufbar als: Unified diff
Workflow Lieferantenauftrag->Kreditorenbuchung: Zahlungsbedingungen aus Auftrag
Um das Fälligkeitsdatum zu ermitteln, die Zahlungsbedingungen aus dem Auftrag
nehmen, nicht die aus den Lieferantenstammdaten.