]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/PriceSource/Makemodel.pm
PriceSource: Rabattbehandlung
[kivitendo-erp.git] / SL / PriceSource / Makemodel.pm
index 2a4f5b043e423257e860381ab9a9c67dd0a17244..e1146a3948708e3c7158e2dc726cbdfef63f0d28 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) = @_;