optimize billing for customers with lots of existing packages and invoices, RT#30238
[freeside.git] / FS / FS / Schema.pm
index 64f8ac9..9c57e31 100644 (file)
@@ -1880,8 +1880,9 @@ sub tables_hashref {
       'index' => [ ['custnum'], ['pkgpart'], [ 'pkgbatch' ], [ 'locationnum' ],
                    [ 'usernum' ], [ 'agent_pkgid' ],
                    ['order_date'], [ 'start_date' ], ['setup'], ['bill'],
-                   ['last_bill'], ['susp'], ['adjourn'], ['cancel'],
-                   ['expire'], ['contract_end'], ['change_date'],
+                   ['last_bill'], ['susp'], ['adjourn'], ['resume'],
+                   ['cancel'], ['expire'], ['contract_end'],
+                   ['change_date'],
                    ['no_auto'],
                    #['contactnum'],
                    ['salesnum'],