Revision 4f299602
Von Tamino Steinert vor 12 Monaten hinzugefügt
- ID 4f2996024558e405a301a71e3e16fbcfdc94834c
- Vorgänger 51a06416
SL/PriceSource/ALL.pm | ||
---|---|---|
16 | 16 |
vendor_discount => 'SL::PriceSource::Vendor', |
17 | 17 |
pricegroup => 'SL::PriceSource::Pricegroup', |
18 | 18 |
makemodel => 'SL::PriceSource::Makemodel', |
19 |
customerprice => 'SL::PriceSource::CustomerPrice',
|
|
19 |
customer_price => 'SL::PriceSource::CustomerPrice',
|
|
20 | 20 |
business => 'SL::PriceSource::Business', |
21 | 21 |
price_rules => 'SL::PriceSource::PriceRules', |
22 | 22 |
); |
... | ... | |
27 | 27 |
vendor_discount |
28 | 28 |
pricegroup |
29 | 29 |
makemodel |
30 |
customerprice |
|
30 |
customer_price
|
|
31 | 31 |
business |
32 | 32 |
price_rules |
33 | 33 |
); |
Auch abrufbar als: Unified diff
FIX: PriceSource: Kundenpreis richtig laden