summaryrefslogtreecommitdiff
path: root/FS/FS/cust_pkg.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-04-06 12:33:20 -0700
committerMark Wells <mark@freeside.biz>2012-04-06 12:33:20 -0700
commit23b0288f93882b3de9e6531b33c76517e47353c5 (patch)
tree3c334f4439aa77029088e29fdfa7fb1f8dfa3093 /FS/FS/cust_pkg.pm
parent43d5252f60e7322ea4a0922658939b703f304db2 (diff)
search by change date on advanced package report, #17113
Diffstat (limited to 'FS/FS/cust_pkg.pm')
-rw-r--r--FS/FS/cust_pkg.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm
index 855accc..bee1b82 100644
--- a/FS/FS/cust_pkg.pm
+++ b/FS/FS/cust_pkg.pm
@@ -3300,7 +3300,7 @@ sub search {
"NOT (".FS::cust_pkg->onetime_sql . ")";
}
else {
- foreach my $field (qw( setup last_bill bill adjourn susp expire contract_end cancel )) {
+ foreach my $field (qw( setup last_bill bill adjourn susp expire contract_end change_date cancel )) {
next unless exists($params->{$field});