From 7d6d866a4f94abac0ddaf5daf44234db1cef628e Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 26 May 2015 12:23:51 -0700 Subject: [PATCH] remove cust_pay_batch.invnum FK --- FS/FS/Schema.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 93220adef..5ebab7830 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', }, -- 2.11.0