From: Ivan Kohler Date: Fri, 15 Nov 2013 01:50:29 +0000 (-0800) Subject: fix foreign key table error, RT#26018, RT#13971 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=6137f629b4e489bbc195ad8c8029549c1d57b980 fix foreign key table error, RT#26018, RT#13971 --- 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',