[freeside-commits] branch master updated. ee05571f35f357d3558c9f6e8d23799fb69c0cbf

Ivan ivan at 420.am
Tue Jun 24 00:25:45 PDT 2014


The branch, master has been updated
       via  ee05571f35f357d3558c9f6e8d23799fb69c0cbf (commit)
      from  2b9200148823cc2badcbcd5793f1ff0c664d7482 (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 ee05571f35f357d3558c9f6e8d23799fb69c0cbf
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Jun 24 00:25:42 2014 -0700

    index cust_pkg.main_pkgnum, RT#29646

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index c579c2b..93691e7 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -2589,6 +2589,13 @@ sub tables_hashref {
                           ['last_bill'], ['susp'], ['adjourn'], ['cancel'],
                           ['expire'], ['contract_end'], ['change_date'],
                           ['no_auto'],
+                          #['contactnum'],
+                          ['salesnum'],
+                          #['uncancel_pkgnum'],
+                          #['change_pkgnum'], ['change_locationnum'],
+                          #['change_custnum'],
+                          ['main_pkgnum'],
+                          #['pkglinknum'], ['change_to_pkgnum'],
                         ],
       'foreign_keys' => [
                           { columns    => [ 'custnum' ],

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

Summary of changes:
 FS/FS/Schema.pm |    7 +++++++
 1 file changed, 7 insertions(+)




More information about the freeside-commits mailing list