Revision a3f9809d
Von Sven Schöling vor etwa 10 Jahren hinzugefügt
SL/PriceSource/PriceRules.pm | ||
---|---|---|
43 | 43 |
my ($self, $rule) = @_; |
44 | 44 |
$rule->price_or_discount |
45 | 45 |
? (1 - $rule->discount / 100) * ($rule->is_sales ? $self->part->sellprice : $self->part->lastcost) |
46 |
: $_->price;
|
|
46 |
: $rule->price;
|
|
47 | 47 |
} |
48 | 48 |
|
49 | 49 |
sub make_price_from_rule { |
Auch abrufbar als: Unified diff
PriceRule: price_from_rule für Festpreise gefixt.