[freeside-commits] branch master updated. 6137f629b4e489bbc195ad8c8029549c1d57b980

Ivan ivan at 420.am
Thu Nov 14 17:50:33 PST 2013


The branch, master has been updated
       via  6137f629b4e489bbc195ad8c8029549c1d57b980 (commit)
      from  4600f6ce1fa697de8d015c83e49ff61b534ba09d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6137f629b4e489bbc195ad8c8029549c1d57b980
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Nov 14 17:50:29 2013 -0800

    fix foreign key table error, RT#26018, RT#13971

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 208f54c..1794c12 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',

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Schema.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list