[freeside-commits] freeside/FS/FS cust_main.pm,1.238,1.239

Ivan,,, ivan at wavetail.420.am
Fri Aug 18 04:56:28 PDT 2006


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv27546

Modified Files:
	cust_main.pm 
Log Message:
pass through the explicitly specified pkeys

Index: cust_main.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_main.pm,v
retrieving revision 1.238
retrieving revision 1.239
diff -u -d -r1.238 -r1.239
--- cust_main.pm	18 Aug 2006 11:52:13 -0000	1.238
+++ cust_main.pm	18 Aug 2006 11:56:26 -0000	1.239
@@ -584,7 +584,7 @@
   
       # 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} },



More information about the freeside-commits mailing list