X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FOE.pm;h=07758a84d18bfb74d20ab7e1133d092991038fb7;hb=29637d3f54132b3c10293f3600902d107127cdbc;hp=969402692a43173f70fd527335a75a4dbdadb6d2;hpb=45970e731c7e0c8a3d469a1c344af20c18987c20;p=kivitendo-erp.git diff --git a/SL/OE.pm b/SL/OE.pm index 969402692..07758a84d 100644 --- a/SL/OE.pm +++ b/SL/OE.pm @@ -725,9 +725,6 @@ sub retrieve { my ($query, $query_add, @values, @ids, $sth); - my $ic_cvar_configs = CVar->get_configs(module => 'IC', - dbh => $dbh); - # translate the ids (given by id_# and trans_id_#) into one array of ids, so we can join them later map { push @ids, $form->{"trans_id_$_"}