Revision 27ca3a23
Von Bernd Bleßmann vor fast 3 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
1654 | 1654 |
$::dispatcher->end_request; |
1655 | 1655 |
} |
1656 | 1656 |
|
1657 |
_oe_remove_delivered_or_billed_rows(id => $form->{id}, type => 'billed'); |
|
1657 |
_oe_remove_delivered_or_billed_rows(id => $form->{id}, type => 'billed') if $form->{new_invoice_type} ne 'final_invoice';
|
|
1658 | 1658 |
|
1659 | 1659 |
$form->{cp_id} *= 1; |
1660 | 1660 |
|
... | ... | |
1699 | 1699 |
|
1700 | 1700 |
if ( $form->{type} eq 'sales_order' |
1701 | 1701 |
|| $form->{type} eq 'sales_quotation') { |
1702 |
$form->{title} = ($form->{new_invoice_type} eq 'invoice_for_advance_payment') |
|
1703 |
? $locale->text('Add Invoice for Advance Payment')
|
|
1702 |
$form->{title} = ($form->{new_invoice_type} eq 'invoice_for_advance_payment') ? $locale->text('Add Invoice for Advance Payment')
|
|
1703 |
: ($form->{new_invoice_type} eq 'final_invoice') ? $locale->text('Add Final Invoice')
|
|
1704 | 1704 |
: $locale->text('Add Sales Invoice'); |
1705 | 1705 |
$form->{script} = 'is.pl'; |
1706 | 1706 |
$script = "is"; |
Auch abrufbar als: Unified diff
Anzahlungs-Rg.: Workflow vom Auftrag: alle Anzahlugns-Rg. und Schluss-Rg.
Wird der Workflow vom Auftrag aus begonnen, so werden alle Anzahlungs- und
die Schlussrechnung vom Auftrag aus gemacht.
Der Einstieg über eine Anzahlungs-Rg. und dann der Workflow
"weitere Anzahlungs-Rg." (...) und hieraus Schluss-Rg. bleibt bestehen.