From: Ivan Kohler Date: Tue, 24 Jun 2014 07:26:05 +0000 (-0700) Subject: index cust_pkg.main_pkgnum, RT#29646 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=807477c19bcceee280ff829f7201bf9efdea6873;p=freeside.git index cust_pkg.main_pkgnum, RT#29646 --- 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'], ], },