[freeside-commits] freeside/FS/FS cust_main.pm,1.236,1.237
Ivan,,,
ivan at wavetail.420.am
Fri Aug 18 04:40:36 PDT 2006
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv26079
Modified Files:
cust_main.pm
Log Message:
fix the explicitly specified primary keys
Index: cust_main.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_main.pm,v
retrieving revision 1.236
retrieving revision 1.237
diff -u -d -r1.236 -r1.237
--- cust_main.pm 18 Aug 2006 11:36:57 -0000 1.236
+++ cust_main.pm 18 Aug 2006 11:40:34 -0000 1.237
@@ -512,7 +512,7 @@
my $child_table;
my $child_pkey = '';
- if ( $child_table =~ /^(\w+)\.(\w+)$/ ) {
+ if ( $child_table_def =~ /^(\w+)\.(\w+)$/ ) {
( $child_table, $child_pkey ) = ( $1, $2 );
} else {
$child_table = $child_table_def;
More information about the freeside-commits
mailing list