Revision c26b6eab
Von Sven Schöling vor mehr als 9 Jahren hinzugefügt
SL/PriceSource/Customer.pm | ||
---|---|---|
sub available_discounts {
|
||
my ($self, %params) = @_;
|
||
|
||
return if $self->part->not_discountable;
|
||
return unless $self->record->is_sales;
|
||
return unless $self->record->customer;
|
||
return unless $self->record->customer->discount != 0;
|
Auch abrufbar als: Unified diff
PriceSource: Bei Kundenrabatten nicht rabattierfähige Artikel ignorieren