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:12 -0800
committerIvan Kohler <ivan@freeside.biz>2016-12-22 16:01:12 -0800
commit6540f5808c946fb029f24bd9aca7a43331c310de (patch)
tree1451bf9c0a4546f916ad5ad2543ea37964a916df /httemplate/misc/process/bulk_pkg_increment_bill.cgi
parent01330d19ff01083ab26c6bae8ab13fb96ab78af9 (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 d89f49120..b7349107f 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);