diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-12-22 16:01:11 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-12-22 16:01:11 -0800 |
commit | a953abfe224ff0fbdefbec6672daf12efff3ee65 (patch) | |
tree | a700041f22de601127905b472d894f1b763bc86d /httemplate/misc/process/bulk_change_pkg.cgi | |
parent | 6d1586037b5b12a7b8097750372241aba18c730c (diff) |
package search on null dates, RT#73715
Diffstat (limited to 'httemplate/misc/process/bulk_change_pkg.cgi')
-rwxr-xr-x | httemplate/misc/process/bulk_change_pkg.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/process/bulk_change_pkg.cgi b/httemplate/misc/process/bulk_change_pkg.cgi index e22dafef0..469ae7c1e 100755 --- a/httemplate/misc/process/bulk_change_pkg.cgi +++ b/httemplate/misc/process/bulk_change_pkg.cgi @@ -30,7 +30,7 @@ my %disable = ( '' => {}, ); -foreach my $field (qw( setup last_bill bill adjourn susp expire cancel )) { +foreach my $field (qw( setup last_bill bill adjourn susp expire contract_end change_date cancel active )) { my($beginning, $ending) = FS::UI::Web::parse_beginning_ending($cgi, $field); |