Revision fd6f0f82
Von Kivitendo Admin vor mehr als 9 Jahren hinzugefügt
SL/PriceSource/Discount.pm | ||
---|---|---|
51 | 51 |
|
52 | 52 |
=head1 NAME |
53 | 53 |
|
54 |
SL::PriceSource::Discount - contrainer to pass calculated discounts around
|
|
54 |
SL::PriceSource::Discount - container to pass calculated discounts around |
|
55 | 55 |
|
56 | 56 |
=head1 SYNOPSIS |
57 | 57 |
|
... | ... | |
75 | 75 |
); |
76 | 76 |
|
77 | 77 |
# invalid discount |
78 |
SL::PriceSource::Dicount->new( |
|
78 |
SL::PriceSource::Discount->new(
|
|
79 | 79 |
discount => $original_discount, |
80 | 80 |
spec => $original_spec, |
81 | 81 |
description => $original_description, |
Auch abrufbar als: Unified diff
Typos in PriceSource Doku