X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FIC.pm;h=4b48dcc4f3f702ae19a50b564e77a4c99197b85c;hb=2738c03e1340255baade2fd357aafbbfd1347d5e;hp=d458862ea93af548ce46fe044f9137a723e3be77;hpb=87e65e6c1cc64bfb2d73b6914ed2ef136861dd42;p=kivitendo-erp.git 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});