package search on null dates, RT#73715
[freeside.git] / httemplate / misc / process / bulk_change_pkg.cgi
index e22dafe..469ae7c 100755 (executable)
@@ -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);