diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-06-24 00:26:05 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-06-24 00:26:05 -0700 |
commit | 807477c19bcceee280ff829f7201bf9efdea6873 (patch) | |
tree | 1e45df8d93ff0e33dbfeab99d53d1b29a7de0ccc | |
parent | c321451f9b91cee741ceebb59f0c888cb59bc5aa (diff) |
index cust_pkg.main_pkgnum, RT#29646
-rw-r--r-- | FS/FS/Schema.pm | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index b22f27cc3..f340979d8 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'], ], }, |