From: Sven Schöling Date: Tue, 30 Dec 2014 10:17:48 +0000 (+0100) Subject: IC: raus mit wantarray, wird eh nur einmal verwendet X-Git-Tag: release-3.2.0beta~112 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=b036b590c654f3d36c532a9366deeddc096a5026;p=kivitendo-erp.git IC: raus mit wantarray, wird eh nur einmal verwendet --- diff --git a/SL/IC.pm b/SL/IC.pm index f6ceaceb1..751a1473b 100644 --- a/SL/IC.pm +++ b/SL/IC.pm @@ -1081,7 +1081,7 @@ SQL $main::lxdebug->leave_sub(); - return wantarray ? @{ $form->{parts} } : $form->{parts}; + return @{ $form->{parts} }; } sub _create_filter_for_priceupdate {