diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-07-26 14:02:36 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-07-26 14:02:36 -0700 |
| commit | c1cabbc4cea2e0cfd9e1db668100b97069140cf5 (patch) | |
| tree | 2ca980e18ec0f6ad4c7dc49bc1047d384c7b711d /httemplate/search/cust_main.html | |
| parent | 8f3139933969cd2bc2a7d866d713c267f6d3cb18 (diff) | |
add anniversary date, RT#18631
Diffstat (limited to 'httemplate/search/cust_main.html')
| -rwxr-xr-x | httemplate/search/cust_main.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_main.html b/httemplate/search/cust_main.html index e164b98f4..f75b45197 100755 --- a/httemplate/search/cust_main.html +++ b/httemplate/search/cust_main.html @@ -61,7 +61,7 @@ for my $param (qw( classnum refnum payby tagnum )) { # parse dates ### -foreach my $field (qw( signupdate birthdate spouse_birthdate )) { +foreach my $field (qw( signupdate birthdate spouse_birthdate anniversary_date )) { my($beginning, $ending) = FS::UI::Web::parse_beginning_ending($cgi, $field); |
