diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-06-24 00:25:42 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-06-24 00:25:42 -0700 |
commit | ee05571f35f357d3558c9f6e8d23799fb69c0cbf (patch) | |
tree | fef924b51e478d3e04d3a2f2c87707769beaa98a | |
parent | 2b9200148823cc2badcbcd5793f1ff0c664d7482 (diff) |
index cust_pkg.main_pkgnum, RT#29646
-rw-r--r-- | FS/FS/Schema.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index c579c2bf8..93691e76f 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' ], |