Revision 17384c04
Von Sven Schöling vor etwa 10 Jahren hinzugefügt
SL/Controller/PriceSource.pm | ||
---|---|---|
121 | 121 |
sales_delivery_order => 'DeliveryOrder', |
122 | 122 |
}->{$::form->{type}}; |
123 | 123 |
|
124 |
if ($::form->{type} eq 'invoice') {
|
|
124 |
if ($::form->{type} =~ /invoice|credit_note/) {
|
|
125 | 125 |
$class = $::form->{vc} eq 'customer' ? 'Invoice' |
126 | 126 |
: $::form->{vc} eq 'vendor' ? 'PurchaseInvoice' |
127 | 127 |
: do { die 'unknown invoice type' }; |
Auch abrufbar als: Unified diff
PriceSource: credit_notes auch im Popup unterstützen