[freeside-commits] branch FREESIDE_3_BRANCH updated. 807477c19bcceee280ff829f7201bf9efdea6873

Ivan ivan at 420.am
Tue Jun 24 00:26:08 PDT 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  807477c19bcceee280ff829f7201bf9efdea6873 (commit)
      from  c321451f9b91cee741ceebb59f0c888cb59bc5aa (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 807477c19bcceee280ff829f7201bf9efdea6873
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Jun 24 00:26:05 2014 -0700

    index cust_pkg.main_pkgnum, RT#29646

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index b22f27c..f340979 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -1880,7 +1880,15 @@ sub tables_hashref {
                    [ 'usernum' ], [ 'agent_pkgid' ],
                    ['order_date'], [ 'start_date' ], ['setup'], ['bill'],
                    ['last_bill'], ['susp'], ['adjourn'], ['cancel'],
-                   ['expire'], ['contract_end'], ['change_date'], ['no_auto'],
+                   ['expire'], ['contract_end'], ['change_date'],
+                   ['no_auto'],
+                   #['contactnum'],
+                   ['salesnum'],
+                   #['uncancel_pkgnum'],
+                   #['change_pkgnum'], ['change_locationnum'],
+                   #['change_custnum'],
+                   ['main_pkgnum'],
+                   #['pkglinknum'], ['change_to_pkgnum'],
                  ],
     },
 

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

Summary of changes:
 FS/FS/Schema.pm |   10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)




More information about the freeside-commits mailing list