From 23b0288f93882b3de9e6531b33c76517e47353c5 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Fri, 6 Apr 2012 12:33:20 -0700 Subject: search by change date on advanced package report, #17113 --- FS/FS/cust_pkg.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FS') diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm index 855accc0c..bee1b82fb 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}); -- cgit v1.2.1