From 6137f629b4e489bbc195ad8c8029549c1d57b980 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 14 Nov 2013 17:50:29 -0800 Subject: [PATCH] fix foreign key table error, RT#26018, RT#13971 --- FS/FS/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 208f54c6e..1794c12ec 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -2389,7 +2389,7 @@ sub tables_hashref { 'index' => [ [ 'billpaynum' ], [ 'billpkgnum' ], ], 'foreign_keys' => [ { columns => [ 'billpaynum' ], - table => 'cust_bill_pay_batch', + table => 'cust_bill_pay', }, { columns => [ 'billpkgnum' ], table => 'cust_bill_pkg', -- 2.11.0