From: Ivan Kohler Date: Sun, 29 Dec 2013 00:19:35 +0000 (-0800) Subject: autoload methods returning foreign records, RT#13971 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=fcdef969bb0b5cd102e212792d995ff6bdb6fc5b autoload methods returning foreign records, RT#13971 --- 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? }, ],