summaryrefslogtreecommitdiff
path: root/httemplate/misc/process/bulk_pkg_increment_bill.cgi
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-12-22 16:01:11 -0800
committerIvan Kohler <ivan@freeside.biz>2016-12-22 16:01:11 -0800
commita953abfe224ff0fbdefbec6672daf12efff3ee65 (patch)
treea700041f22de601127905b472d894f1b763bc86d /httemplate/misc/process/bulk_pkg_increment_bill.cgi
parent6d1586037b5b12a7b8097750372241aba18c730c (diff)
package search on null dates, RT#73715
Diffstat (limited to 'httemplate/misc/process/bulk_pkg_increment_bill.cgi')
-rwxr-xr-xhttemplate/misc/process/bulk_pkg_increment_bill.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/process/bulk_pkg_increment_bill.cgi b/httemplate/misc/process/bulk_pkg_increment_bill.cgi
index d89f491..b734910 100755
--- a/httemplate/misc/process/bulk_pkg_increment_bill.cgi
+++ b/httemplate/misc/process/bulk_pkg_increment_bill.cgi
@@ -45,7 +45,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);