index cust_pkg.main_pkgnum, RT#29646
authorIvan Kohler <ivan@freeside.biz>
Tue, 24 Jun 2014 07:26:05 +0000 (00:26 -0700)
committerIvan Kohler <ivan@freeside.biz>
Tue, 24 Jun 2014 07:26:05 +0000 (00:26 -0700)
FS/FS/Schema.pm

index b22f27c..f340979 100644 (file)
@@ -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'],
                  ],
     },