diff options
| author | mark <mark> | 2010-10-12 01:15:17 +0000 |
|---|---|---|
| committer | mark <mark> | 2010-10-12 01:15:17 +0000 |
| commit | 29472410e3b882a6a6b74fe48d28db411fe8fcff (patch) | |
| tree | 727d1670a720d424ec2b5c5e3480657c992bcb44 /httemplate/search/cust_pkg.cgi | |
| parent | fa5a1ac184e1fa9448453655b7e1f8e1297ef3b6 (diff) | |
package contract end date field, RT#9918
Diffstat (limited to 'httemplate/search/cust_pkg.cgi')
| -rwxr-xr-x | httemplate/search/cust_pkg.cgi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/httemplate/search/cust_pkg.cgi b/httemplate/search/cust_pkg.cgi index da4371f5e..207e4f611 100755 --- a/httemplate/search/cust_pkg.cgi +++ b/httemplate/search/cust_pkg.cgi @@ -19,6 +19,7 @@ 'Adjourn', 'Susp.', 'Expire', + 'Contract end', 'Cancel', 'Reason', FS::UI::Web::cust_header( @@ -59,7 +60,7 @@ #sub { time2str('%b %d %Y', shift->expire); }, #sub { time2str('%b %d %Y', shift->get('cancel')); }, ( map { time_or_blank($_) } - qw( setup last_bill bill adjourn susp expire cancel ) ), + qw( setup last_bill bill adjourn susp expire contract_end cancel ) ), sub { my $self = shift; my $return = ''; @@ -206,7 +207,7 @@ my %disable = ( '' => {}, ); -foreach my $field (qw( setup last_bill bill adjourn susp expire cancel active )) { +foreach my $field (qw( setup last_bill bill adjourn susp expire contract_end cancel active )) { my($beginning, $ending) = FS::UI::Web::parse_beginning_ending($cgi, $field); |
