X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fmisc%2Fprocess%2Fbulk_pkg_increment_bill.cgi;h=b7349107f9622caa67e000fb472932ea9dda4156;hp=0d8417b26278e3017d25b2df847b725e765c90df;hb=a953abfe224ff0fbdefbec6672daf12efff3ee65;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c diff --git a/httemplate/misc/process/bulk_pkg_increment_bill.cgi b/httemplate/misc/process/bulk_pkg_increment_bill.cgi index 0d8417b26..b7349107f 100755 --- a/httemplate/misc/process/bulk_pkg_increment_bill.cgi +++ b/httemplate/misc/process/bulk_pkg_increment_bill.cgi @@ -2,9 +2,9 @@ % $cgi->param('error', $error); <% $cgi->redirect(popurl(2). 'bulk_pkg_increment_bill.cgi?'. $cgi->query_string ) %> %} else { -<% header('Packages Adjusted') %> +<& /elements/header-popup.html, 'Packages Adjusted' &> % } @@ -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);