X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/9596d4a4c336419ea3259932847d980bf391af2f..e1c3b6b77d4407069cb09897a9e79cd8686e41bf:/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; }