X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6a973df2362439a61425f767511cb02395b56737..826f6eb2b3e:/SL/PriceSource/Base.pm diff --git a/SL/PriceSource/Base.pm b/SL/PriceSource/Base.pm index 8233c58bd..1e8f20d93 100644 --- a/SL/PriceSource/Base.pm +++ b/SL/PriceSource/Base.pm @@ -21,6 +21,8 @@ sub best_discounts { die 'best_discounts needs to be implemented' } sub price_from_source { die 'price_from_source needs to be implemented:' . "@_" } +sub discount_from_source { die 'discount_from_source needs to be implemented:' . "@_" } + sub part { $_[0]->record_item->part; }