X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f3548f890e3ec8e06d5a03bc76117d3649aa652a..37ffd321a8511ad03a0ce80bfe5680481767f0e6:/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});