X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/e3a83f49048717d0f519e2f760ef2988eb0824e0..e4e46bf6a2e8b8d11106b264d0f181a37763a472:/SL/DB/Part.pm diff --git a/SL/DB/Part.pm b/SL/DB/Part.pm index e4148baab..2a74b74c6 100644 --- a/SL/DB/Part.pm +++ b/SL/DB/Part.pm @@ -209,8 +209,6 @@ sub displayable_name { join ' ', grep $_, map $_[0]->$_, qw(partnumber description); } -sub displayable_name { goto &long_description; } - 1; __END__