summaryrefslogtreecommitdiff
path: root/FS/FS/Schema.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-05-26 12:23:51 -0700
committerMark Wells <mark@freeside.biz>2015-05-26 12:23:51 -0700
commit7d6d866a4f94abac0ddaf5daf44234db1cef628e (patch)
treec25c3e251e9546ca1ca0774789dc7b059d3eb6ca /FS/FS/Schema.pm
parentaf62b675c3f1b8f5996561de7e6b28020479a7d6 (diff)
remove cust_pay_batch.invnum FK
Diffstat (limited to 'FS/FS/Schema.pm')
-rw-r--r--FS/FS/Schema.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 93220ad..5ebab78 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -2661,9 +2661,9 @@ sub tables_hashref {
{ columns => [ 'batchnum' ],
table => 'pay_batch',
},
- { columns => [ 'invnum' ],
- table => 'cust_bill',
- },
+ #{ columns => [ 'invnum' ],
+ # table => 'cust_bill',
+ #},
{ columns => [ 'custnum' ],
table => 'cust_main',
},