X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/c653b98f17446bf3dab478e5361b1bc6df822e61..89b2668811eac6023ad58322e2f9970ddb6a27c9:/SL/PriceSource/MasterData.pm diff --git a/SL/PriceSource/MasterData.pm b/SL/PriceSource/MasterData.pm index 3f7c11d5d..e7ca2a3cc 100644 --- a/SL/PriceSource/MasterData.pm +++ b/SL/PriceSource/MasterData.pm @@ -20,6 +20,8 @@ sub available_prices { : ($self->make_lastcost, $self->make_listprice); } +sub available_discounts { } + sub price_from_source { my ($self, $source, $spec) = @_; @@ -35,6 +37,8 @@ sub best_price { : $_[0]->make_lastcost } +sub best_discount { } + sub make_sellprice { my ($self) = @_;