Revision 67f06c1e
Von Sven Schöling vor mehr als 9 Jahren hinzugefügt
SL/PriceSource.pm | ||
---|---|---|
35 | 35 |
} |
36 | 36 |
|
37 | 37 |
sub available_discounts { |
38 |
return if $_[0]->record_item->part->not_discountable; |
|
38 | 39 |
map { $_->available_discounts } $_[0]->all_price_sources; |
39 | 40 |
} |
40 | 41 |
|
Auch abrufbar als: Unified diff
PriceSource: Nicht rabbatierfähige Waren beachten.