X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/94e11003809e9090514026a733e58e72e636a6bb..ea43d77bdaf75a43472261a971b29e732a410321:/SL/RecordLinks.pm 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}->[$_],