[freeside-commits] freeside/FS/FS cust_main.pm,1.237,1.238
Ivan,,,
ivan at wavetail.420.am
Fri Aug 18 04:52:16 PDT 2006
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv27157
Modified Files:
cust_main.pm
Log Message:
alas, now try with recursion
Index: cust_main.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_main.pm,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -d -r1.237 -r1.238
--- cust_main.pm 18 Aug 2006 11:40:34 -0000 1.237
+++ cust_main.pm 18 Aug 2006 11:52:13 -0000 1.238
@@ -523,7 +523,7 @@
}
my $sequence = '';
- if ( keys %{ $child_tables{$child_table} } ) {
+ if ( keys %{ $child_tables{$child_table_def} } ) {
return "$child_table has no primary key".
" (run dbdef-create or try specifying it?)\n"
More information about the freeside-commits
mailing list