X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a7041228dd1face28a082f5f747c02468ed0bb5a..b4fcd52e7e8760b5d008c527b6246cd3b889fe0b:/SL/DB/Part.pm diff --git a/SL/DB/Part.pm b/SL/DB/Part.pm index 3fb34bad2..94ce4d207 100644 --- a/SL/DB/Part.pm +++ b/SL/DB/Part.pm @@ -179,6 +179,10 @@ sub get_chart { return $charts->{$taxzone}->{$type}; } +sub long_description { + join ' ', grep $_, map $_[0]->$_, qw(partnumber description); +} + 1; __END__