summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-12-28 16:19:35 -0800
committerIvan Kohler <ivan@freeside.biz>2013-12-28 16:19:35 -0800
commitfcdef969bb0b5cd102e212792d995ff6bdb6fc5b (patch)
tree19993956118e261fe70a562ab47a4c9b358a191b
parent9131bb429adcacee4043d5b62c02e926ad6f2951 (diff)
autoload methods returning foreign records, RT#13971
-rw-r--r--FS/FS/Schema.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 926a0e6c8..cb226e7bc 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -3890,7 +3890,7 @@ sub tables_hashref {
'index' => [],
'foreign_keys' => [
{ columns => [ 'svcnum' ],
- table => 'svc_broadband',#no? could be _acct?
+ table => 'svc_broadband',#no? could be _acct?
#remove or cust_svc?
},
],