From e487bfab0059ca821914114e4cdf41ff153747f8 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 29 Jul 2008 08:34:51 +0000 Subject: [PATCH 1/1] Unsinniges doppeltes Durchsuchen von Tabellen. --- SL/IC.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}); -- 2.20.1