]> wagnertech.de Git - mfinanz.git/blobdiff - SL/IC.pm
Veralteter Code
[mfinanz.git] / SL / IC.pm
index d458862ea93af548ce46fe044f9137a723e3be77..4b48dcc4f3f702ae19a50b564e77a4c99197b85c 100644 (file)
--- 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});