summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-06-24 00:26:05 -0700
committerIvan Kohler <ivan@freeside.biz>2014-06-24 00:26:05 -0700
commit807477c19bcceee280ff829f7201bf9efdea6873 (patch)
tree1e45df8d93ff0e33dbfeab99d53d1b29a7de0ccc
parentc321451f9b91cee741ceebb59f0c888cb59bc5aa (diff)
index cust_pkg.main_pkgnum, RT#29646
-rw-r--r--FS/FS/Schema.pm10
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'],
],
},