]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/Part.pm
Kommentar zu jquery bug #14120 ist nicht mehr notwenidig
[mfinanz.git] / SL / DB / Part.pm
index 3fb34bad2fc764a7756667ac53179726846d9267..94ce4d207d30c5d8602a2ed0f0ff949a384a7004 100644 (file)
@@ -179,6 +179,10 @@ sub get_chart {
   return $charts->{$taxzone}->{$type};
 }
 
+sub long_description {
+  join ' ', grep $_, map $_[0]->$_, qw(partnumber description);
+}
+
 1;
 
 __END__