X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ff159a4d47b9a2d10744dcfc23da2c63605c8a32..eeb5375ee7727c956cc357cc8f90b19d1bfe80b9:/SL/PriceSource/ALL.pm diff --git a/SL/PriceSource/ALL.pm b/SL/PriceSource/ALL.pm index e7c553e0a..b63db71f0 100644 --- a/SL/PriceSource/ALL.pm +++ b/SL/PriceSource/ALL.pm @@ -16,7 +16,7 @@ my %price_sources_by_name = ( vendor_discount => 'SL::PriceSource::Vendor', pricegroup => 'SL::PriceSource::Pricegroup', makemodel => 'SL::PriceSource::Makemodel', - customerprice => 'SL::PriceSource::CustomerPrice', + customer_price => 'SL::PriceSource::CustomerPrice', business => 'SL::PriceSource::Business', price_rules => 'SL::PriceSource::PriceRules', ); @@ -27,7 +27,7 @@ my @price_sources_order = qw( vendor_discount pricegroup makemodel - customerprice + customer_price business price_rules );