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/edit/cust_main.cgi | |
parent | 8f3139933969cd2bc2a7d866d713c267f6d3cb18 (diff) |
add anniversary date, RT#18631
Diffstat (limited to 'httemplate/edit/cust_main.cgi')
-rwxr-xr-x | httemplate/edit/cust_main.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index ef81ebab1..1ad031d81 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -30,6 +30,7 @@ %# birthdate % if ( $conf->exists('cust_main-enable_birthdate') % || $conf->exists('cust_main-enable_spouse_birthdate') +% || $conf->exists('cust_main-enable_anniversary_date') % ) % { <BR> |