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