X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/56f7991d4910ae12c7d16aab025a2ab242ca5eeb..4bed72f:/SL/IC.pm diff --git a/SL/IC.pm b/SL/IC.pm index d458862ea..4b48dcc4f 100644 --- a/SL/IC.pm +++ b/SL/IC.pm @@ -157,7 +157,7 @@ SQL $trq->finish; # is it an orphan - my @referencing_tables = qw(invoice orderitems inventory rmaitems); + my @referencing_tables = qw(invoice orderitems inventory); my %column_map = ( ); my $parts_id = conv_i($form->{id});