summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2006-08-18 11:56:26 +0000
committerivan <ivan>2006-08-18 11:56:26 +0000
commitaa69b255a6b5abe6117ad864b7521d498a618a3c (patch)
treeb460d2078111c330d7eb100ca72e4e3692c3850e /FS
parent960253f3d34e0e782214b47cf4b71b3178360ffa (diff)
pass through the explicitly specified pkeys
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} },