projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9131bb4
)
autoload methods returning foreign records, RT#13971
author
Ivan Kohler
<ivan@freeside.biz>
Sun, 29 Dec 2013 00:19:35 +0000
(16:19 -0800)
committer
Ivan Kohler
<ivan@freeside.biz>
Sun, 29 Dec 2013 00:19:35 +0000
(16:19 -0800)
FS/FS/Schema.pm
patch
|
blob
|
history
diff --git
a/FS/FS/Schema.pm
b/FS/FS/Schema.pm
index
926a0e6
..
cb226e7
100644
(file)
--- 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?
},
],