remove cust_pay_batch.invnum FK
authorMark Wells <mark@freeside.biz>
Tue, 26 May 2015 19:23:51 +0000 (12:23 -0700)
committerMark Wells <mark@freeside.biz>
Tue, 26 May 2015 19:23:51 +0000 (12:23 -0700)
FS/FS/Schema.pm

index 93220ad..5ebab78 100644 (file)
@@ -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',
                           },