summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/cust_main.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm
index 75ad1ef5c..fd66f145c 100644
--- a/FS/FS/cust_main.pm
+++ b/FS/FS/cust_main.pm
@@ -584,7 +584,7 @@ sub _copy_skel {
# don't drink soap! recurse! recurse! okay!
my $error =
- _copy_skel( $child_table,
+ _copy_skel( $child_table_def,
$row->{$child_pkey}, #sourceid
$insertid, #destid
%{ $child_tables{$child_table_def} },