]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/Assembly.pm
Part Controller - Helper Funktionen für linetotals
[kivitendo-erp.git] / SL / DB / Assembly.pm
index a77e34b54e75dee6c0f16b00843e79cf18b2ace6..2519c1a459f128ffdb60c591f6577354c1ce2f69 100644 (file)
@@ -12,7 +12,7 @@ __PACKAGE__->meta->make_manager_class;
 
 __PACKAGE__->meta->initialize;
 
-sub linetotal {
+sub linetotal_sellprice {
   my ($self) = @_;
 
   return 0 unless $self->qty > 0 and $self->part->sellprice > 0;