diff options
author | mark <mark> | 2010-04-08 01:15:26 +0000 |
---|---|---|
committer | mark <mark> | 2010-04-08 01:15:26 +0000 |
commit | 8a10cadd86e9c721fd6f81e2e28b4d0ccfd0d8da (patch) | |
tree | 4f4a082dd5bfa4badb9f5df98607fbd8affd9287 /httemplate/search | |
parent | 8b2b3f00e7c857de3a9bab764c415478acc83e27 (diff) |
RT#1382: beginning of package cost report
Diffstat (limited to 'httemplate/search')
-rwxr-xr-x | httemplate/search/cust_pkg.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_pkg.cgi b/httemplate/search/cust_pkg.cgi index 83cd206cb..adbec7a74 100755 --- a/httemplate/search/cust_pkg.cgi +++ b/httemplate/search/cust_pkg.cgi @@ -192,7 +192,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 cancel active )) { my($beginning, $ending) = FS::UI::Web::parse_beginning_ending($cgi, $field); |