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