Revision 7ca30d76
Von Martin Helmling vor mehr als 8 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
if ($form->{type} eq "credit_note") {
|
||
$form->{type} = "credit_note";
|
||
$form->{formname} = "credit_note";
|
||
} elsif ($form->{formname} eq "proforma" ) {
|
||
$form->{type} = "invoice";
|
||
} else {
|
||
$form->{type} = "invoice";
|
||
$form->{formname} = "invoice";
|
Auch abrufbar als: Unified diff
Proformarechnung geht bei Drucken und Buchen verloren