X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FRecordLinks.pm;h=d421714157e085920695c4bef4e371131332fc3c;hb=3aae3709a67da5479454dc46bd1d88a17b17b8b5;hp=8dfbac61ee775ee08e58a5d070edd86ba757bb9c;hpb=94e11003809e9090514026a733e58e72e636a6bb;p=kivitendo-erp.git diff --git a/SL/RecordLinks.pm b/SL/RecordLinks.pm index 8dfbac61e..d42171415 100644 --- a/SL/RecordLinks.pm +++ b/SL/RecordLinks.pm @@ -30,7 +30,6 @@ sub create_links { } if (my $num = scalar @{ $ids{$from_to} }) { - $main::lxdebug->message(0, "3"); $ids{$to_from} = [ ($params{"${to_from}_id"}) x $num ]; @links = map { { 'from_table' => $params{from_table}, 'from_id' => $ids{from}->[$_],