]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/Part.pm
Revert "SL::DB::Part: displayable_name als Alias für long_description"
[mfinanz.git] / SL / DB / Part.pm
index e4148baabce8a055d5046b779c4750d25eabbb70..2a74b74c6225bdba0d686a4d5fd07f411e6ac2be 100644 (file)
@@ -209,8 +209,6 @@ sub displayable_name {
   join ' ', grep $_, map $_[0]->$_, qw(partnumber description);
 }
 
-sub displayable_name { goto &long_description; }
-
 1;
 
 __END__