Revision 5f6e919f
Von Sven Schöling vor mehr als 8 Jahren hinzugefügt
SL/PriceSource/Customer.pm | ||
---|---|---|
59 | 59 |
spec => $customer->id, |
60 | 60 |
description => t8('Customer Discount'), |
61 | 61 |
price_source => $self, |
62 |
invalid => t8('This discount is only valid for customer #1', $customer->full_description),
|
|
62 |
invalid => t8('This discount is only valid for customer #1', $customer->displayable_name),
|
|
63 | 63 |
) |
64 | 64 |
} |
65 | 65 |
|
Auch abrufbar als: Unified diff
Preisquellen: Darstellung Kundenpreise gefixt