PriceSource: Rabattbehandlung
[kivitendo-erp.git] / SL / PriceSource / Makemodel.pm
index 2a4f5b0..e1146a3 100644 (file)
@@ -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) = @_;