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