X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/80f6efd0cd9de22d54ccc605808a74c9955e643c..6be015fafb81c9553f44b8e06ec3812ba6befe9e:/SL/IC.pm diff --git a/SL/IC.pm b/SL/IC.pm index 0bf015f3f..426fc9fc3 100644 --- a/SL/IC.pm +++ b/SL/IC.pm @@ -1060,6 +1060,8 @@ sub all_parts { } $main::lxdebug->leave_sub(); + + return wantarray ? @{ $form->{parts} } : $form->{parts}; } sub _create_filter_for_priceupdate {