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