summaryrefslogtreecommitdiff
path: root/FS/FS/Schema.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-08-09 19:38:19 -0700
committerIvan Kohler <ivan@freeside.biz>2014-08-09 19:38:19 -0700
commit2322f0123062b8cf2f52aed0a63bb4634cdbaef1 (patch)
tree3d6f3a1ce4a348ae825e0a01b9c7fef637007c84 /FS/FS/Schema.pm
parenta0f5ae295297e1b17ab89640346fc06cfb1e5892 (diff)
optimize billing for customers with lots of existing packages and invoices, RT#30238
Diffstat (limited to 'FS/FS/Schema.pm')
-rw-r--r--FS/FS/Schema.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 64f8ac9cf..9c57e310c 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -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'],