X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FPriceSource%2FMakemodel.pm;h=e1146a3948708e3c7158e2dc726cbdfef63f0d28;hb=1fd3b7370bb8d9000229b34b989f5e2eacbebf04;hp=2a4f5b043e423257e860381ab9a9c67dd0a17244;hpb=df1b03d578280d71fb839b437505dd283f6dd749;p=kivitendo-erp.git 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) = @_;