Revision ba4744ac
Von Sven Schöling vor etwa 10 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
1961 | 1961 |
sales_delivery_order => 'DeliveryOrder', |
1962 | 1962 |
}->{$::form->{type}}; |
1963 | 1963 |
|
1964 |
if ($::form->{type} eq 'invoice') {
|
|
1964 |
if ($::form->{type} =~ /invoice|credit_note/) {
|
|
1965 | 1965 |
$class = $::form->{vc} eq 'customer' ? 'Invoice' |
1966 | 1966 |
: $::form->{vc} eq 'vendor' ? 'PurchaseInvoice' |
1967 | 1967 |
: do { die 'unknown invoice type' }; |
Auch abrufbar als: Unified diff
PriceSource: Gutschriften berücksichtigen