From: Moritz Bunkus Date: Tue, 29 Jul 2008 08:34:51 +0000 (+0000) Subject: Unsinniges doppeltes Durchsuchen von Tabellen. X-Git-Tag: release-2.6.0beta1~15 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=e487bfab0059ca821914114e4cdf41ff153747f8;p=kivitendo-erp.git Unsinniges doppeltes Durchsuchen von Tabellen. --- diff --git a/SL/IC.pm b/SL/IC.pm index fece79579..67d38d72d 100644 --- a/SL/IC.pm +++ b/SL/IC.pm @@ -210,7 +210,7 @@ sub get_part { $sth->finish; # is it an orphan - my @referencing_tables = qw(invoice orderitems invoice inventory rmaitems); + my @referencing_tables = qw(invoice orderitems inventory rmaitems); my %column_map = ( ); my $parts_id = conv_i($form->{id});