summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-04-06 12:34:59 -0700
committerMark Wells <mark@freeside.biz>2012-04-06 12:34:59 -0700
commit1fcfa917490094be40c0db373502ded2671b1017 (patch)
treeabd61f95d6dbd085eddd556ad06c1fbfb5f4851c /FS
parentbebc6056dddc1bdeb0f3f763659cb9909d787583 (diff)
search by change date on advanced package report, #17113
Diffstat (limited to 'FS')
-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 88ce3a0e1..a0e21fec0 100644
--- a/FS/FS/cust_pkg.pm
+++ b/FS/FS/cust_pkg.pm
@@ -3230,7 +3230,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});