X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/df1b03d578280d71fb839b437505dd283f6dd749..0b8b24545c98eb4cf22bda155d0e7efbf2bdcdb7:/SL/PriceSource/Makemodel.pm diff --git a/SL/PriceSource/Makemodel.pm b/SL/PriceSource/Makemodel.pm index 2a4f5b043..e1146a394 100644 --- a/SL/PriceSource/Makemodel.pm +++ b/SL/PriceSource/Makemodel.pm @@ -23,6 +23,8 @@ sub available_prices { $self->part->makemodels; } +sub available_discounts { } + sub price_from_source { my ($self, $source, $spec) = @_; @@ -42,6 +44,8 @@ sub best_price { } +sub best_discount { } + sub make_price_from_makemodel { my ($self, $makemodel) = @_;